mirror of https://github.com/CrimsonTome/tldr.git
Added pulling from a specific source
parent
e4e29b42bb
commit
92d37bd305
|
@ -8,6 +8,10 @@
|
||||||
|
|
||||||
- Update the local repository to the head of the remote:
|
- 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`
|
`hg pull --update`
|
||||||
|
|
||||||
- Pull changes even when the remote repository is unrelated:
|
- Pull changes even when the remote repository is unrelated:
|
||||||
|
|
Loading…
Reference in New Issue