1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:42:07 +02:00
tldr/pages/common/git-fetch.md
2015-12-30 13:54:58 -05:00

228 B

git fetch

Download objects and refs from a remote repository

  • Fetch new branches and update remote-tracking branches

git fetch {{remote_name}}

  • Fetch the latest changes from all remote git servers

git fetch --all