On Tue, Aug 07, 2012 at 07:08:20PM +0200, Federico Bruni wrote: > 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
Federico, is there a bug here to be captured? Cheers, Colin. -- Colin Hall _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
