开发者

How can I merge all the changes from 1 branch to another

开发者_开发技巧

In git, I have a branch with multiple commits, can I merge all the changes in that branch to another brach that I just created?

Thank you.


In a terminal:

$ cd path_to_you_rep
$ git checkout new_branch
$ git merge old_branch
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜