在某些机器上,行(use "git reset HEAD <file>..." to unstage)不被打印,它来自哪里?我应该怎么做才能让它打印这条建议消息?
$ git status
On branch master
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
renamed: README.md -> README发布于 2017-10-16 19:13:06
检查
git config advice.statusHints有关更多信息(和更多链接),请参见"Is there a way to get rid of the annoying help messages in git status?“。
https://stackoverflow.com/questions/46777402
复制相似问题