Skip to content

Instantly share code, notes, and snippets.

@chiffa
Created October 17, 2017 13:53
Show Gist options
  • Save chiffa/87dbc396d127e73374c80326bd073f39 to your computer and use it in GitHub Desktop.
Save chiffa/87dbc396d127e73374c80326bd073f39 to your computer and use it in GitHub Desktop.
Command line know-how
# Github push a commit to remote as it's master (or any remote branch head):
git push <remotename> <commit SHA>:<remotebranchname>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment