git pull
Remote OperationsFetch and integrate changes from remote repository
Options & Flags
Available options for this command
--rebaseRebase instead of merge
Examples
Common usage examples
Pull changes from remote
git pullPull from specific branch
git pull origin mainPull and rebase
git pull --rebase