Archive:Development/Tutorials/Git/BestPractices: Difference between revisions

From KDE TechBase
(Created page with 'Git allows us to do a lot of things that svn doesn't. However... just because you *can*, doesn't mean you *should*. ;) Here's a list of suggestions for using git without headache...')
 
m (Reverted edits by KennethMartinez (talk) to last revision by AnneW)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Git allows us to do a lot of things that svn doesn't. However... just because you *can*, doesn't mean you *should*. ;) Here's a list of suggestions for using git without headaches.
__NOINDEX__
 
{{warning|This page is obsolete. Proceed to [[Development/Git]]. }}
TODO:
*merge squash: when and how to rewrite history
*merge requests vs. pushing

Latest revision as of 15:48, 31 July 2012

Warning
This page is obsolete. Proceed to Development/Git.