84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
git commit -m"XXXX"这样文件夹里面每个文件都是一样的备注,怎样有比较好的方法给每个单独的文件添加备注?
$ git add text/text1.txt $ git commit -m "text1" $ git add text/text2.txt $ git commit -m "text2" $ git push origin master
Single add and separate commit testing are feasible. Other methods are unclear. But the message in the external folder will be the message submitted by the last commit.
You can only submit it independently and add comments
Single add and separate commit testing are feasible. Other methods are unclear. But the message in the external folder will be the message submitted by the last commit.
You can only submit it independently and add comments