git基本使用方法

Posted hymmiaomiao

tags:

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

1、下载:
1).单击:clone with commit-msg hook
2).单击:ssh
3).复制URL:git clone ssh://[email protected]:29418/vmax/vmax-r/vmax-r-thirdparty-sswk && scp -p -P 29418 [email protected]:hooks/commit-msg vmax-r-thirdparty-sswk/.git/hooks/
开始下载
{ 第一步:浏览器进入http://gerrit.zte.com.cn/#/admin/projects/
第二步:filter筛选sswk工程
第三步:选择表头的‘ssh‘、‘clone with commit-msg hook‘ 然后复制
第四步:将复制的内容git clone ssh://[email protected]:29418/vmax/vmax-r/vmax-r-thirdparty-sswk && scp -p -P 29418 [email protected]:hooks/commit-msg vmax-r-thirdparty-sswk/.git/hooks/
第五步:打开git bash ,将第四步的内容复制在命令行 ,开始下载
}
2、提交;
1).git add ./ -----第一步添加到待提交的模板
2).git commit -m "sswk工程合入最新代码" ----第二步写日志
3).git push origin HEAD:refs/for/master -----第三步提交到服务器
4).open "http://gerrit.zte.com.cn/#/dashboard/self"->My->Changes(选择审批人) ---第四步选择审批人,审批通过才能合入版本
3、git常用命令
git pull 更新当前目录
git branch -a 查看分支情况
git branch 查看当前所在的分支
git checkout remotes/origin/branch/V6.17.10.40.01B3 切换分支,切换到B3分支上
git提交;
1).git add ./ -----第一步添加到待提交的模板
2).git commit -m "sswk工程合入最新代码" ----第二步写日志
3).git push origin HEAD:refs/for/master -----第三步提交到服务器
4).open "http://gerrit.zte.com.cn/#/dashboard/self"->My->Changes(选择审批人) ---第四步选择审批人,审批通过才能合入版本

以上是关于git基本使用方法的主要内容,如果未能解决你的问题,请参考以下文章

git基本使用和基本命令

Git命令基本使用

Git学习系列-Git基本概念

Git基本使用

git的基本使用

Git的基本使用