Skip to content

Instantly share code, notes, and snippets.

@hoox
Last active August 29, 2015 14:26
Show Gist options
  • Save hoox/448495df6442a80ad21e to your computer and use it in GitHub Desktop.
Save hoox/448495df6442a80ad21e to your computer and use it in GitHub Desktop.
Git Push up to a particular Commit

Push up to a particular Commit

Run the command:

git push origin <commit>:master

This will push up to the inclusive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment