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