How to git commit a single file/directory

前端 未结 7 1778
我寻月下人不归
我寻月下人不归 2020-12-04 06:58

Tried the following command:

git commit path/to/my/file.ext -m \'my notes\'

Receive an error in git version 1.5.2.1:

error:         


        
7条回答
  •  情歌与酒
    2020-12-04 07:14

    you try if You are in Master branch git commit -m "Commit message" -- filename.ext

提交回复
热议问题