On Tue, Aug 07, 2012 at 06:16:11PM +0200, Federico Bruni wrote: > Il 04/08/2012 02:27, John Mandereau ha scritto: > >git checkout origin/translation > > > >is a shorthand for the 2-commands sequence you gave. > > I've just tried it after a fresh git clone and it doesn't seem to work: > > fede@fede-laptop:~/lilypond-git$ git checkout origin/translation > Note: checking out 'origin/translation'. > > You are in 'detached HEAD' state. You can look around, make experimental > changes and commit them, and you can discard any commits you make in this > state without impacting any branches by performing another checkout. > > 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 - Graham _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
