Wednesday, May 30, 2018

Git Merge vs. Rebase

Git merge and rebase serve the same purpose - they combine multiple branches into one. Although the final goal is the same, those two methods achieve it in different ways. Which method to use?

What Does Merge or Rebase Mean?

Here we have a sample repository that has two diverging branches: the master and the feature. We want to blend them together. Let's take a look how these methods can solve the problem.



from DZone.com Feed https://ift.tt/2Jklp5X

No comments:

Post a Comment