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/testUsing the following command, we can checkout remote feature branch into local directory.
git checkout origin/branchName
here branch name is your feature branch. it look likes, feature/test