Py学习  »  Git

我该如何理解这个git回扣——举个例子?

Tim • 5 年前 • 1919 次点击  

使用git的版本控制 举个例子

要将功能分支上的p和q提交从maint移植到master分支,请发出以下命令:

 $ git rebase --onto master maint^ feature

enter image description here

下面的命令是否也给出相同的结果

git rebase --onto master maint feature

?

这本书为什么用 maint^ 而不是 maint ?

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/44015
 
1919 次点击  
文章 [ 2 ]  |  最新文章 5 年前