Quantcast
Viewing all articles
Browse latest Browse all 49

Answer by Javier C. for How do I check out a remote Git branch?

There are many alternatives, for example:

  • Alternative 1:

    git fetch && git checkout test
    

    It's the most simple way.

  • Alternative 2:

    git fetch
    git checkout test
    

    It's the same but in two steeps.


Viewing all articles
Browse latest Browse all 49

Trending Articles



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