DEV Community

Discussion on: GIT for Dummies

Collapse
 
darkes profile image
Victor Darkes

Good list but rebasing is a very important topic to!

Collapse
 
rozkalns profile image
Roberts Rozkalns

I never liked rebase, because it alters the history of the branch. I think that better is just hop from current branch to master, pull changes, hop back to branch and git merge master.

Collapse
 
antunesales profile image
antunesales

Well, I use very often rebases to squash dummy comits, that aren't that informative for the project.

Collapse
 
alaa_courdova profile image
Alaa Courdova

first to heard about it

Collapse
 
froxx93 profile image
Froxx93

Very true.
Rebase is underestimated and not even barely used in most teams I worked with.
It leads to such an amazingly clean history, though.
I never want to miss it again.