Quantcast
Viewing latest article 20
Browse Latest Browse All 49

Answer by uma for How do I check out a remote Git branch?

You can try

git fetch remote
git checkout --track -b local_branch_name origin/branch_name

or

git fetch
git checkout -b local_branch_name origin/branch_name

Viewing latest article 20
Browse Latest Browse All 49

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>