DEV Community

Discussion on: Rebase to the future!

Collapse
 
thebouv profile image
Anthony Bouvier • Edited

I'll have to admit that I rarely use rebase. I don't mind the "messier" git history, as as far as I am concerned it is a true history.

On top of that, I am of the "commit early, commit often" mindset and hand in hand with that is "push your branch to origin often IN CASE OF FIRE".

And since I instilled this in my team as well, our branches are pushed up public often, which is exactly the scenario one should not be rebasing from.

So it works out for us just fine.

FIRE

Collapse
 
jessekphillips profile image
Jesse Phillips

Vim has the true history which is actually really helpful during initial changes. But I don't commit my vim history to git, I have a different goal when I commit.