Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JustATestName144/877285d72b4ceca0cae968b8e8caf496 to your computer and use it in GitHub Desktop.
Save JustATestName144/877285d72b4ceca0cae968b8e8caf496 to your computer and use it in GitHub Desktop.
Git. Checkout remote branch which doesn't exist in a local repository.
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