ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/git.xhtml
(Generate patch)

Comparing web/www/git.xhtml (file contents):
Revision 1.4 by tdb, Tue Jul 16 10:18:53 2013 UTC vs.
Revision 1.5 by tdb, Sun Aug 4 14:47:10 2013 UTC

# Line 116 | Line 116 | git clone ssh://git@git.i-scream.org/libstatgrab
116                specifically working with a developer on an issue
117                already.
118              </li>
119 +            <li>
120 +              Gratuitous merge commits should be avoided, particularly
121 +              when merging development branches to <code>master</code>.
122 +              They don't offer much in the way of useful information
123 +              and make operations like bisect harder. In particular,
124 +              if you pull changes to your local repository and end up
125 +              with a merge commit you should use rebase to get rid of
126 +              it before pushing.
127 +            </li>
128            </ol>
129          </div>
130   <!--#include virtual="/footer.inc" -->

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines