Skip to content

Instantly share code, notes, and snippets.

@marcusshepp
Created May 30, 2019 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusshepp/cc6a5e204ca34499b4f3776dcd065027 to your computer and use it in GitHub Desktop.
Save marcusshepp/cc6a5e204ca34499b4f3776dcd065027 to your computer and use it in GitHub Desktop.
pop last commit from remote
# pop one commit from remote master
# '+' pushes with force
git push origin +HEAD^:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment