tldr/pages/common/git-fetch.md

8 lines
141 B
Markdown
Raw Normal View History

# git fetch
> Download objects and refs from a remote repository
- Fetch the latest changes from all remote git servers
`git fetch --all`