tldr/pages/common/git-fetch.md

12 lines
228 B
Markdown
Raw Normal View History

# 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`