Thursday, 27 December 2018

GIT: Solving rebase conflicts

42.1. What is a conflict during a rebase operation?

Rebase conflict During a rebase operation, several commits are applied onto a certain commit. If you rebase a branch onto another branch, this commit is the last common ancestor of the two branches.
For each commit which is applied it is possible that a conflict occurs.

0 comments:

Post a Comment