Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+13 votes

How would you resolve it, and how does this differ from resolving conflicts in a git merge?

asked in CSC 305 Fall 2024 by (4.4k points)

1 Answer

+3 votes

It's similar, except that the conflict gets resolve by modifying the coding changes that are in one of the commits that is being rebased, rather than creating a separate merge commit.

answered by (5.7k points)
...