Git - 版本控制指令2017-06-03手艺71 words 1 min read times readContents版本控制指令一些简单记录过滤命令git版本过滤配置文件:1 2 3 4 5 git update-index --assume-unchanged <your files> example: git update-index --assume-unchanged common/constant/Init.cnt.php 取消过滤配置1 2 git update-index --no-assume-unchanged <files> zsh链接git卡顿1 git config --global oh-my-zsh.hide-status 1 Author AllenLastMod 2017-06-03