git命令几个总结

Posted atoman

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git命令几个总结相关的知识,希望对你有一定的参考价值。

比较常用的是

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命令几个总结的主要内容,如果未能解决你的问题,请参考以下文章

git 常用命令粗略总结

Git常用命令总结

git命令总结

干货收藏!总结常用 Git 命令清单

Git常用命令总结(超实用)

常用git命令总结