From: Patrick McCarty Date: Thu, 9 Jul 2009 07:40:47 +0000 (-0700) Subject: Docs: CG: Add more content for `git push' X-Git-Tag: release/2.13.4-1~372^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cd1ce7f67a83a563eac6262e143677690fb6fcbf;p=lilypond.git Docs: CG: Add more content for `git push' --- diff --git a/Documentation/devel/git-starting.itexi b/Documentation/devel/git-starting.itexi index 3b1ba52de5..ed9f6b70df 100644 --- a/Documentation/devel/git-starting.itexi +++ b/Documentation/devel/git-starting.itexi @@ -277,6 +277,20 @@ You may then: git push origin @end example +Note that recent versions of Git (Git 1.6.3 or later) will issue a +big warning if the above command is used. The simplest solution +is to add a new section to @file{.git/config} that looks like +this: + +@example +[push] + default = matching +@end example + +@noindent +Then @code{git push origin} will work as before. For more +details, consult the @code{git push} man page. + @node Advanced git stuff @section Advanced git stuff