Track but don't stage files with git?
I have a lot of untracked styles. I want to add them to the changes that GIT is aware of but are not staged for commit.
My reason is that my IDE has git integration and I want to view the diffs with this. If the changes are untracked I'm not able to diff them. using git add . is very time consuming as I then need to unstage the changes repeatedly.
如果你没有阶段档案的理由是看到diff,你可以参数化diff命令,正如我如何显示已经上演的改变所解释的那样。
链接地址: http://www.djcxy.com/p/50888.html上一篇: 如何区分父项的提交?
下一篇: 跟踪但不要使用git分档文件?