git pull
Pull changes from remote.
Syntax
$git pull [OPTIONS] [REMOTE] [BRANCH]
Examples
Examples
$git pull
Examples
$git pull origin main
Typical use cases
git pull --help
man git-pull
Note
Loads and merges changes.
Export