Created
January 16, 2018 13:42
-
-
Save JustATestName144/877285d72b4ceca0cae968b8e8caf496 to your computer and use it in GitHub Desktop.
Git. Checkout remote branch which doesn't exist in a local repository.
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 fetch origin | |
git checkout --track origin/<remote_branch_name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment