诸葛温侯 1 ano atrás
pai
commit
8bc0c8144b
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8 0
      Common/Git指令.md

+ 8 - 0
Common/Git指令.md

@@ -0,0 +1,8 @@
+# Git指令合集
+
+## 移除仓库中在.gitignore中的文件
+```bash
+git rm -r --cache (需要删除的内容)
+git commit -m "提交更改"
+git push
+```