mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 13:58:37 +00:00
Update cheatsheets
This commit is contained in:
17
hg-root
Normal file
17
hg-root
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# hg root
|
||||
|
||||
> Display the root location of a Hg repository.
|
||||
> More information: <https://www.mercurial-scm.org/doc/hg.1.html#root>.
|
||||
|
||||
- Display the root location of the current repository:
|
||||
|
||||
`hg root`
|
||||
|
||||
- Display the root location of the specified repository:
|
||||
|
||||
`hg root --cwd {{path/to/directory}}`
|
||||
Reference in New Issue
Block a user