Re: [translations] add a remote branch (translation)

[ Thread Index | Date Index | More lilynet.net/translations Archives ]




On Mon, Apr 30, 2012 at 1:14 AM, Federico Bruni <fedelogy@xxxxxxxxx> wrote:
Hi,

I've just set up a lilypond-git repo from scratch and downloaded the master branch.
I wonder how can I add one more remote branch, specifically "translation". I tried:

$ git remote add -ft translation -m translation   origin git://git.sv.gnu.org/lilypond.git/
fatal: remote origin already exists.

What's wrong with this command?

The git remote add new remote.
So you can not add it twice.
You can use the set-branches subcommand:
git remote set-branches origin --add translation
and then
git fetch --all

David Bariod


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/