lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I add lilypond/translation to my git repository? [was: Re: T


From: Marc Hohl
Subject: Re: How can I add lilypond/translation to my git repository? [was: Re: Translation errors in German documentation]
Date: Tue, 18 May 2010 19:12:45 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100317)

Mark Polesky schrieb:
Marc Hohl wrote:
I did
  git remote add -ft lilypond/translation ...
as described here; git complains with
  Usage: git remote add [-f] [-t track]* ...
So I replaced "-ft" with "-f -t" ...
Now git complains with
  remote origin already exists
What am I doing wrong here?

Strange that -ft didn't work.  I guess I should change it
back.  What version of git do you have?
  $ git --version
git version 1.5.4.3

About the remote origin already existing, have you tried the
material in CG 2.4.4 "Working with remote branches"?  Not
sure if that's what you need, but just checking.
I haven't tried before, but when I do

git config --add remote.origin.fetch 
+refs/heads/translation:refs/remotes/origin/translation

I get a usage message from git:

usage: git-config [ --global | --system | [ -f | --file ] config-file ] [ 
--bool | --int ]
[ -z | --null ] [--get | --get-all | --get-regexp | --replace-all | --add | --unset | --unset-all] name [value [value_regex]] | --rename-section old_name new_name | --remove-section name | --list | --get-color var [default] | --get-colorbool name [stdout-is-tty]

Hm.

Or is my git config --add call wrong?

Marc



- Mark






reply via email to

[Prev in Thread] Current Thread [Next in Thread]