mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 05:37:58 +01:00
231 B
231 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