Skip to content

Instantly share code, notes, and snippets.

@Mr-Kumar-Abhishek
Last active August 28, 2015 15:49
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 Mr-Kumar-Abhishek/d29558cc0314b1256b2a to your computer and use it in GitHub Desktop.
Save Mr-Kumar-Abhishek/d29558cc0314b1256b2a to your computer and use it in GitHub Desktop.
remove one last commit from remote only
git push +master^:master
#or...
git push remote +branch^1:remotebranch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment