In case this is worth fixing: | % g co -b foo | Switched to a new branch 'foo' | | % g co - | Switched to branch 'master' | | % g co -b bar | Switched to a new branch 'bar' | | % g co bar | Already on 'bar' | | % g co - | Already on 'bar' In my opinion the last command should switch to master, as in, switching to the current branch should not lose the @{-1} history. Thanks, -- - Are you sure we're good? - Always. -- Rory and Lorelai -- 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