mirror of https://github.com/CrimsonTome/tldr.git
adds better default option for git-fetch
parent
1fa146ee30
commit
15edb80ff3
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
> Download objects and refs from a remote repository
|
> 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
|
- Fetch the latest changes from all remote git servers
|
||||||
|
|
||||||
`git fetch --all`
|
`git fetch --all`
|
||||||
|
|
Loading…
Reference in New Issue