RE: Git tutorial #23 - Git rebase

You are viewing a single comment's thread from:

Git tutorial #23 - Git rebase

in tutorials •  7 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.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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