DEV Community

Discussion on: Git Rebase vs Merge

Collapse
 
reckuza profile image
powered by ቶሎሳ

git rebase is probably my favorite git command currently. It just helps to create a much cleaner commit history.

Collapse
 
juristr profile image
Juri Strumpflohner

Absolutely. The only important thing about rebase is to properly understand it. Especially the thing that it is actually rewriting your history and thus you shouldn't do it on shared branches etc :)

But once you get past that, it's pure power 🙂