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