@flaviocopes
flavio
3 months
Git, do you use merge or rebase? Both
@iboughtbed
sanzhar
3 months
I started using `rebase` instead of `merge` and now I understand why people were telling me to use rebase
5
1
15

Replies

@hboon
Boon aka Hwee-Boon Yar
3 months
@flaviocopes Rebase
0
0
1
@sayzlim
Sayz Lim
3 months
@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
@uratmangun2
cat
3 months
@flaviocopes i use worktree then rebase
0
0
0
@MattStopa
MattStopa
3 months
@flaviocopes Rebase is for people who like clean sane things, merge is for crazy people
0
0
0