Commands.app

git fetch

Remote Operations

Download objects and refs from remote repository

Examples
Common usage examples

Fetch from remote

git fetch

Fetch from specific remote

git fetch origin
Notes
  • Doesn't merge changes, only downloads them
Related Commands
You might also find these useful