诸葛温侯 1 年間 前
コミット
8bc0c8144b
1 ファイル変更8 行追加0 行削除
  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
+```