By CodeJustin
via blog.experimentalworks.net
Published: Jul 04 2009 / 18:41
I remember the days when I started learning Git about two years ago. I crawled through all the available commands and read the man pages what they are for and I remember when I stumbled over rebase and stuck. After figuring out what it actually does, I start loving it, but didn’t understand it’s dangerousness until someday I somehow got duplicated commits after pulling from another repository. So let me explain what goes wrong and why merge and rebase are often misunderstood. I’ll also present a list of golden-rules about their usage. Before we start with explaining both commands, I would like to give you one of the most important rules, in case you don’t want to read the complete article.
Tweet
SaveShareSend
Tags: methodology
Add your comment
Voters For This Link (13)
-
CodeJustin -
jkso -
puredanger -
davneter -
mswatcher -
dartdog -
raindoll -
scmadmin -
p4nt3r -
JustAGeek -
nickers -
jmjimene -
psyho


