Quantcast
Channel: How to check out a remote Git branch? - Stack Overflow
Viewing all articles
Browse latest Browse all 97

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

$
0
0

There are many alternatives, for example:

  • Alternative 1:

    git fetch && git checkout test

    It's the simplest way.

  • Alternative 2:

    git fetchgit checkout test

    It's the same, but in two steps.


Viewing all articles
Browse latest Browse all 97

Latest Images

Trending Articles



Latest Images

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