git使用笔记
2019-08-01 本文已影响0人
魔童转世
不想跟踪文件
git update-index --assume-unchanged your_file_path
想要跟踪文件
git update-index --no-assume-unchanged your_file_path
不想跟踪文件
git update-index --assume-unchanged your_file_path
想要跟踪文件
git update-index --no-assume-unchanged your_file_path