Quantcast
Channel: How can I check out a remote Git branch? - Stack Overflow
Viewing all articles
Browse latest Browse all 145

Answer by Keshav Gera for How to check out a remote Git branch?

$
0
0

git checkout -b "Branch_name" [ B means Create local branch]

git branch --all

git checkout -b "Your Branch name"

git branch

git pull origin "Your Branch name"

successfully checkout from the master branch to dev branch

enter image description here


Viewing all articles
Browse latest Browse all 145

Trending Articles



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