Skip to content

Instantly share code, notes, and snippets.

@josefheidler
Last active April 4, 2025 08:41
Show Gist options
  • Save josefheidler/47f11debe367d052ee3c68a7d21d295c to your computer and use it in GitHub Desktop.
Save josefheidler/47f11debe367d052ee3c68a7d21d295c to your computer and use it in GitHub Desktop.
GIT: Checkout to Remote Branch
git fetch
git branch -a
git checkout -b your-branch remotes/origin/your-branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment