TOOL » GIT

Pull

Usage

shell
git pull OPTIONS REMOTE BRANCH
OptionDescription
--rebaseRebase the current branch on top of the upstream branch.
--recurse-submodulesUpdate submodules to the latest commit.

Example

Pull code with submodules:

shell
git pull --recurse-submodules