X-Git-Url: http://git.i-scream.org/?a=blobdiff_plain;f=www%2Fgit.xhtml;fp=www%2Fgit.xhtml;h=448db0fce879b3eec4c0ea794f44061984ee0701;hb=e9eec15aecc1b06ce5359015428013d621e3f479;hp=2fc8a8a41463c38624d8a95a0126ffd1c5722a0e;hpb=d1572914f8dd007087a8718397158bc1910248fc;p=www.i-scream.org.git diff --git a/www/git.xhtml b/www/git.xhtml index 2fc8a8a..448db0f 100644 --- a/www/git.xhtml +++ b/www/git.xhtml @@ -116,6 +116,15 @@ git clone ssh://git@git.i-scream.org/libstatgrab specifically working with a developer on an issue already. +
  • + Gratuitous merge commits should be avoided, particularly + when merging development branches to master. + They don't offer much in the way of useful information + and make operations like bisect harder. In particular, + if you pull changes to your local repository and end up + with a merge commit you should use rebase to get rid of + it before pushing. +