Formatted git pages

This commit is contained in:
Ruben Vereecken
2016-01-21 13:08:45 +01:00
parent d00c14960d
commit d72dea7931
3 changed files with 9 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
# git fetch
> Download objects and refs from a remote repository
> Download objects and refs from a remote repository.
- Fetch new branches and update remote-tracking branches
- Fetch new branches and update remote-tracking branches:
`git fetch {{remote_name}}`
- Fetch the latest changes from all remote git servers
- Fetch the latest changes from all remote git servers:
`git fetch --all`