From: Graham Percival Date: Mon, 2 Feb 2009 16:22:34 +0000 (+0800) Subject: Update git instructions. X-Git-Tag: release/2.13.0-0~41^2~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=66f29fc6e18a437ab12ce60fcef4827c4586adde;p=lilypond.git Update git instructions. --- diff --git a/Documentation/devel/git-starting.itexi b/Documentation/devel/git-starting.itexi index 6d541b4f2c..dbef6f755f 100644 --- a/Documentation/devel/git-starting.itexi +++ b/Documentation/devel/git-starting.itexi @@ -72,7 +72,7 @@ To translate the documentation (@emph{not} the website), mkdir lilypond-translation; cd lilypond-translation git init-db git remote add -f -t lilypond/translation -m lilypond/translation origin git://git.sv.gnu.org/lilypond.git/ -git checkout -b web origin/web +git checkout -b lilypond/translation origin/lilypond/translation @end example @@ -273,14 +273,22 @@ an attachment. @subsection Committing directly Most contributors do not have permission to commit directly. If -you do, edit @file{.git/config} to contain +you do, edit @file{.git/config}: @example -FIXME? Is anything needed, or did the previous commands set it -up? +%% Change this line: + url = git://git.sv.gnu.org/lilypond.git/ +%% into something like this: + url = ssh://gpercival@@git.sv.gnu.org/srv/git/lilypond.git @end example -You may then @code{git push}. +TODO: upload ssh key to somewhere? + +You may then + +@example +git push +@end example @node Other interesting Git commands