GIT常用操作

更新gitignore文件重新提交

删除缓存 重新提交

  • git rm -r --cache .
  • git add .
  • git commit -m"提交信息"
  • git push origin master
原文地址:https://www.cnblogs.com/threecha/p/12287089.html