Remote collaborationGit
git fetch
Download remote refs without merging them.
Command
git fetch origin
Example usage
Update remote-tracking branches and remove stale refs.
git fetch origin
git fetch --prune
Related tags
Remote collaborationversion-controlworkflow