Skip to content

Instantly share code, notes, and snippets.

@benzittlau
Created November 14, 2011 18:56
Show Gist options
  • Save benzittlau/1364764 to your computer and use it in GitHub Desktop.
Save benzittlau/1364764 to your computer and use it in GitHub Desktop.
Push a specific git commit to a remote repo
Push the commit with the given SHA to origin:develop
git push origin 3733b4360f280f084c1d719e7cf4d277c7934621:develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment