Skip to content

Instantly share code, notes, and snippets.

@halfbug
Created October 25, 2020 07:31
Show Gist options
  • Save halfbug/8f729c5730f08b00f8043b0ff64b4fc7 to your computer and use it in GitHub Desktop.
Save halfbug/8f729c5730f08b00f8043b0ff64b4fc7 to your computer and use it in GitHub Desktop.
Take check out from remote origin's branch on local
- 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