mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 16:35:41 +02:00
Added pulling from a specific source
This commit is contained in:
parent
e4e29b42bb
commit
92d37bd305
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
|
||||
- Update the local repository to the head of the remote:
|
||||
|
||||
`hg pull {{path/to/source/repository}}`
|
||||
|
||||
- Update the local repository to the head of the remote:
|
||||
|
||||
`hg pull --update`
|
||||
|
||||
- Pull changes even when the remote repository is unrelated:
|
||||
|
|
Loading…
Add table
Reference in a new issue