-
-
Save bugcy013/8212117 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #gitz | |
| git clone https://blah | |
| git checkout -b local_branch origin/remote_branch | |
| git add files | |
| git commit -m"What the hack is this?" | |
| git push origin local_branch #this will create a remote branch with the name "local_branch" | |
| #submit the pull request using the UI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment