Git commit -a “untracked files”?

后端 未结 7 2108
慢半拍i
慢半拍i 2020-12-12 13:54

When I do a git commit -a, I am seeing the following:

  # Please enter the commit message for your changes. Lines starting
  # with \'#\' will          


        
7条回答
  •  南笙
    南笙 (楼主)
    2020-12-12 14:37

    Make sure you're in the right directory (repository main folder) in your local git so it can find .git folder configuration before you commit or add files.

提交回复
热议问题