当前位置:   article > 正文

常用Git命令_git基本命令

git基本命令


强制性回滚到某一版本: git reset --hard <commit_id>

git log

git status

git pull 远程地址 master


本地电脑新建一个分支: git branch 新分支名字 

查看本地所有已存在的分支: git branch

将新分支发布在github上:git push origin 新分支名字

切换到新分支:git checkout 新分支名字

提交分支:git push origin 远程端分支名字


在本地删除一个分支:git branch -d 本地分支名字

远程删除一个分支:git branch -r -d origin/hongchangfirst





参考博客:http://blog.sina.com.cn/s/blog_7101508c010147s6.html

https://www.douban.com/note/189603387/

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/运维做开发/article/detail/909822
推荐阅读
相关标签
  

闽ICP备14008679号