Git - Pull
Table of Contents
1 - About
<wrap box>git pull</note> incorporates changes (commit) from:
- into the current branch.
</note>
2 - Articles Related
3 - Syntax
3.1 - Without parameters
# default to origin
git pull
# remote name
git pull remote
# branch name
git pull remote branch
where: