mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 07:18:29 +01:00
8 lines
141 B
Markdown
8 lines
141 B
Markdown
|
# git fetch
|
||
|
|
||
|
> Download objects and refs from a remote repository
|
||
|
|
||
|
- Fetch the latest changes from all remote git servers
|
||
|
|
||
|
`git fetch --all`
|