How to Checkout feature branch in git

 Using the following command, we can checkout remote feature branch into local directory. 

Git checkout remote branch

git checkout origin/branchName
here branch name is your feature branch. it look likes, feature/test
Labels:
Git
Join the conversation