Hi, My push.default is current. I often end up doing: # on master $ git push .... # switch to another terminal $ git checkout rebase.autostash $ git rebase master # go back to previous terminal # push has failed This happens because push tries to push rebase.autostash instead. Should push make a copy of the HEAD ref when invoked, and use that? Ram -- 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