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