比如:
master上有:
commit 5
commit 4
commit 3
commit 2
commit 1
branch test上有:
commit 2
commit 1
我想从master往test上只merge commit3和commit5,改如何操作?
查了些文档,没搞定。
master上有:
commit 5
commit 4
commit 3
commit 2
commit 1
branch test上有:
commit 2
commit 1
我想从master往test上只merge commit3和commit5,改如何操作?
查了些文档,没搞定。


