Last active
April 4, 2025 08:41
-
-
Save josefheidler/47f11debe367d052ee3c68a7d21d295c to your computer and use it in GitHub Desktop.
GIT: Checkout to Remote Branch
This file contains 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 | |
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