Skip to main content

All Questions

Tagged with
2 votes
1 answer
3k views

GitPython create local branch from remote branch

I have multiple lab machines and I need to make a copy of my remote branch on my local lab machine. I believe the git bash command for this is: git checkout -b mybranch origin/mybranch How do I ...
Jon Boehm's user avatar