Useful Git Commands for me

Posted VVingerfly

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Useful Git Commands for me相关的知识,希望对你有一定的参考价值。

查看Git追踪的文件
git ls-files

 

移除远程仓库的文件夹

git rm -r --cached some-directory
git commit -m "Remove the now ignored directory some-directory"
git push origin master

 

更新gitignore文件

git rm -r --cached .
git add -A
git commit -m "update .gitignore"

以上是关于Useful Git Commands for me的主要内容,如果未能解决你的问题,请参考以下文章

Postgresql Useful SQL/Commands

动画图解 Git 的 10 大命令

Linux 学习记录

Useful Webpages for Competitive Programming

Some useful link for leaning linux shell

Useful Scripts for E-Business Suite Applications Analysts