Replies: 3 comments
|
🤷 |
0 replies
|
The problem with rebase is that it is more immediate work, whereas merge is more often less painful. Also who reads history as graph? |
0 replies
|
Rebase or merge are more related to the developers who use them. This is also related to the project. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Should we use merge or rebase?
Personally, I prefer rebase since I find the linear history easier to read.
All reactions