1. 程式人生 > >git command summary

git command summary

commit get col UNC 方法 tar man 會有 color

當git上只做文件大小寫重命名的修改時,如何躲坑... https://blog.csdn.net/get_set/article/details/51018142

git 忽略大小寫的設置

git config core.ignorecase false

用這種方法進行重命名,用git status就可以識別出修改了,但是不推薦用這種方式,因為在更新這種修改的時候會有麻煩。(可能會導致不能commit)

git command summary