Answers for "git pull --single-branch"

12

how to pull from a particular branch in git

git pull origin <branch>
Posted by: Guest on June-30-2020
1

git pull single commit

git fetch origin <commit-hash>
Posted by: Guest on January-03-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language