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

git命令几个总结

时间:2019-11-14 09:58:25      阅读:65      评论:0      收藏:0      [点我收藏+]

标签:有用   文件   pull   clone   file   out   add   comm   com   

比较常用的是

git clone

git pull

git add

git commit

git push

git stash 

git stash pop

git reflog

 

不常用但非常有用的命令及说明

git clean -fd             ///删除无关文件

git branch           ///查看分支

git branch -r

git checkout branchname

git checkout file

git命令几个总结

标签:有用   文件   pull   clone   file   out   add   comm   com   

原文地址:https://www.cnblogs.com/atoman/p/11176524.html

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