Created
January 8, 2018 07:57
-
-
Save iammert/16df494c4efb3ed40d0313962724ea69 to your computer and use it in GitHub Desktop.
Checkout pr
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
$ git remote add theirusername [email protected]:theirusername/reponame.git | |
$ git fetch theirusername | |
$ git checkout -b mynamefortheirbranch theirusername/theirbranch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment