John Mandereau schrieb:
Hi Marc,
Il giorno mar, 18/05/2010 alle 18.05 +0200, Marc Hohl ha scritto:
I did

git remote add -ft lilypond/translation -m lilypond/translation origin git://git.sv.gnu.org/lilypond.git/

as described here; git complains with

Usage: git remote add [-f] [-t track]* [-m master] <name> <url>

Ok. So I replaced "-ft" with "-f -t", therefore

git remote add -f -t lilypond/translation -m lilypond/translation origin git://git.sv.gnu.org/lilypond.git/

Now git complains with

remote origin already exists.What am I doing wrong here?

The fact that Git issued an error doesn't mean that it hasn't created
the remote, so you should probably remove it before trying again (do
git remote --help
Hmmm - git remote (without --help) shows "origin", so translation doesn't seem to
exist here. "origin" is my "normal" git repository, isn't it?

Marc


).

HTH,
John


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to