解决git push后修改.gitignore导致不生效的方法
2017-06-07 本文已影响21人
童蒙vlog
git rm -r --cached .
git add .
git commit -m 'update .gitignore'
git push origin master
git rm -r --cached .
git add .
git commit -m 'update .gitignore'
git push origin master