How do I clone a specific Git branch? git clone --single-branch --branch <branchname> <remote-repo> Create a FEATURE Branch git checkout -b feature/MYFEATURE develop Pull other's changes from remote git pull origin feature/featurename