DEV Community

Cover image for GIT for Dummies

GIT for Dummies

Ryan Doyle on September 29, 2019

Background Ok, it's been a long time since I wrote a post. I thought maybe something super easy would be helpful for me to get going ag...
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
 
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.

Collapse
 
alaa_courdova profile image
Alaa Courdova

first to heard about it

Collapse
 
alaa_courdova profile image
Alaa Courdova

it's simple and useful thanxx

Collapse
 
alien2909 profile image
Constantin Alexandru-Stefan

Thanks, great and simple !

Collapse
 
msamgan profile image
Mohammed Samgan Khan

good workman, a lot of us needed this.

Collapse
 
attaulla9 profile image
Attaullla Faniband

Cool!

Collapse
 
webdeasy profile image
webdeasy.de

Great article, Good work! :)