Il 07/08/2012 18:53, Graham Percival ha scritto:
If you want to create a new branch to retain commits you create, you may
> do so (now or later) by using -b with the checkout command again. Example:
>
> git checkout -b new_branch_name
maybe try following this advice?
git checkout -b origin/translation
oops
I prefer this:
git checkout -b translation origin/translation
so the local branch will be named translation instead of origin/translation
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond