Created
October 25, 2020 07:31
-
-
Save halfbug/8f729c5730f08b00f8043b0ff64b4fc7 to your computer and use it in GitHub Desktop.
Take check out from remote origin's branch on local
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
- First fetch remote | |
git fetch origin | |
- then take the checkout for the branch | |
git checkout task2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment