git 为某次提交新建分支(只合并某次提交到一个分支上)
仅有的幸福
仅有的幸福 2017-05-02 09:21:05
0
2
762

情况是这样的。我在develop分支上提交了一个更改,但是我想把这个更改同时合并到master分支上。我又不想把整个develop分支都合并上master上面。我用的sourcetree,该怎么操作?
正确的做法我知道应该新建一个hotfix。然后同时推到dev和master。

仅有的幸福
仅有的幸福

Antworte allen(2)
phpcn_u1582
shellgit checkout master
git cherry-pick commit-id1 commit-id2  // 把指定commit合并到当前分支

sourcetree没用过, 你可以尝试点选遴选 (大概就是 cherry-pick的翻译吧。。)

左手右手慢动作
php//用命令行
git checkout master
git checkout develop test.txt//develop分支下的test.txt
git commit -am "a commit"
git push origin master

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage