Junio C Hamano wrote: > You cannot currently checkout the tip of an existing branch > without moving to the branch. > > This allows you to detach your HEAD and place it at such a > commit, with: > > $ git checkout -d master What about $ git checkout master^0 trick to force detaching? -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html