Created
October 23, 2018 03:38
-
-
Save choyno/cc676746aa8b9b066b2034026c56c535 to your computer and use it in GitHub Desktop.
Fetch and create other Branch
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 branch -r | |
origin/HEAD -> origin/master | |
origin/daves_branch | |
origin/discover | |
origin/master | |
git fetch origin discover | |
git checkout discover |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment