Answers for "git pull 1 commit"

1

git pull single commit

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

git pull from commit

git merge <commit_id>
Posted by: Guest on June-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language