On Oct 30, 2013 10:40 AM, "Eric Fowler" <eric.fow...@gmail.com> wrote: > > Given that I have already made a commit of my new changes in master (but not a push), is this still the way to go?
That'll work fine. You could also do 'git checkout origin/master' to leave your local master branch the way it is. That puts you into a "detached HEAD", where you're not on any local branch, so you'll want to use git checkout again to move back to a branch (or create a branch) before you commit anything. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.