Git, do you use merge or rebase? Both
I started using `rebase` instead of `merge` and now I understand why people were telling me to use rebase
5
1
15
Replies
@flaviocopes No rebase on the main branch. Even on personal repository, I prefer to submit PR, then choose squash and merge into the main branch. Keep the history commits on the PR.
0
0
0