Bootstrap

git 取消跟踪文件

   git update-index --assume-unchanged /path/file #设置忽略跟踪

   git update-index --no-assume-unchanged /path/to/file #恢复跟踪
;