git 创建分支并关联远程分支


git 创建分支并关联远程分支

从master分支,重新拉取出一个新的分支,名字为fingerprint,具体命令如下:

1. 切换到被copy的分支(master),从服务器拉取最新版本

$git checkout master

$git pull

2. 从当前分支copy出新的开发分支 命名 fingerprint 分支

$git checkout -b fingerprint

Switched to a new branch ‘fingerprint’
注:创建新分支并切换到新分支

3. 把新建的分支push到远端

$git push origin fingerprint

4. 拉取远端分支

$git pull

There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/ dev

pull时发现,当前的分支并没有和本地分支关联,根据提示进行下一步:

5. 关联

$git branch --set-upstream-to=origin/fingerprint

6. 再次拉取 验证

$git pull

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

人在路上……

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值