How to checkout remote branch?
Tue, Jul 21, 2020
One-minute read
For checkout remote branch you have to call git checkout
command with --track
flag.
Example:
git checkout --track origin/my_great_remote_branch
Helpful resources: git checkout a Remote Branch
Newsletter
Thank you for visiting my website. I hope you enjoyed content which I prepared and learned something valuable from it. If you want to be informed about my next entries or occasionally get a message with a collection of some interesting links, please subscribe to my newsletter. I will be extremely pleased if you do this and join my community!