git常用命令

Posted sayhihi

tags:

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

查看分支:git branch -a

切换分支:git checkout branchtmp-1.0(创建本地分支)

拉取远程分支代码: git checkout -b branchtmp-1.0 origin/branchtmp-1.0

删除分支: git branch -D branchtmp-1.0

查看本地修改:git status

更细本地代码:git pull --rebase

添加提交目录: git add ./adma/config/

代码提交:git commit -a -m "添加datastorage和megepartition工程"

提交评审:git push origin HEAD:refs/for/branchtmp-1.0%r=***[email protected]***.com.cn,r=***[email protected]***.com.cn

 

以上是关于git常用命令的主要内容,如果未能解决你的问题,请参考以下文章

:常用工具命令第25节:常用命令 - Git命令

Git常用命令收集

Git常用命令

Git常用命令

Git常用命令

Git常用命令