git status时有很多prebuilts/python/linux-x86/2.7.5/lib/python2.7文件提示被修改

使用如下命令解决:

git update-index --assume-unchanged $(git ls-files  prebuilts/python/linux-x86/2.7.5/lib/python2.7/*  | tr '\n' ' ')

猜你喜欢

转载自blog.csdn.net/fan380485838/article/details/81121282