mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 05:35:24 +02:00
dolt-fetch: add page (#8823)
This commit is contained in:
parent
e2df4d3ecb
commit
50d402303d
1 changed files with 16 additions and 0 deletions
16
pages/common/dolt-fetch.md
Normal file
16
pages/common/dolt-fetch.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# dolt fetch
|
||||
|
||||
> Download objects and refs from another repository.
|
||||
> More information: <https://github.com/dolthub/dolt>.
|
||||
|
||||
- Fetch the latest changes from the default remote upstream repository (origin):
|
||||
|
||||
`dolt fetch`
|
||||
|
||||
- Fetch latest changes from a specific remote upstream repository:
|
||||
|
||||
`dolt fetch {{remote_name}}`
|
||||
|
||||
- Update branches with the current state of the remote, overwriting any conflicting history:
|
||||
|
||||
`dolt fetch -f`
|
Loading…
Add table
Reference in a new issue