3
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
這是運行git status
時的一些輸出。有沒有辦法擺脫在git狀態惱人的幫助信息?
我不介意「更改沒有提交commit:」消息,但我不希望看到有關如何「更新將提交的內容」等的「幫助」命令,因爲他們只是添加了很多的噪音。
我知道git status -s
,但那不是我真正想要的。
有沒有辦法擺脫幫助信息?