诸葛温侯 hace 1 año
padre
commit
8bc0c8144b
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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
+```