码迷,mamicode.com
首页 > 其他好文 > 详细

Useful Git Commands for me

时间:2018-01-29 15:57:01      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:back   commit   git add   div   远程   tom   move   rem   ast   

查看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

标签:back   commit   git add   div   远程   tom   move   rem   ast   

原文地址:https://www.cnblogs.com/VVingerfly/p/8376202.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!