Remote collaborationGit
git pull
Fetch and integrate remote changes.
Command
git pull --rebase origin main
Example usage
Rebase local work on top of upstream or merge into the current branch.
git pull --rebase origin main
git pull origin <branch>
Related tags
Remote collaborationversion-controlworkflow