Created
October 17, 2017 13:53
-
-
Save chiffa/87dbc396d127e73374c80326bd073f39 to your computer and use it in GitHub Desktop.
Command line know-how
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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