You are viewing a single comment's thread from:

RE: Git tutorial #23 - Git rebase

in #tutorials7 years ago

This is a personal preference, but I typically tell people not to use rebase. I used to tell them not to use rebase unless they knew what they were doing, but then we ran into tons of merge conflict issues. It is great to get one single commit before you merge into the main branch, but if you get some joker changing the base for everyone else it just becomes a shit show, especially if you have a complex flow.

Sort:  

yes, I do not use rebase too much, I prefer merge