mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 02:22:11 +02:00
adds better default option for git-fetch
This commit is contained in:
parent
1fa146ee30
commit
15edb80ff3
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
> 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`
|
||||
|
|
Loading…
Add table
Reference in a new issue