Usage
shellgit pull OPTIONS REMOTE BRANCH
Option | Description |
---|
--rebase | Rebase the current branch on top of the upstream branch. |
--recurse-submodules | Update submodules to the latest commit. |
Example
Pull code with submodules:
shellgit pull --recurse-submodules