mirror of
https://github.com/x-motemen/ghq.git
synced 2026-09-10 07:26:27 -04:00
doc: update README
This commit is contained in:
parent
e0f540a3be
commit
9c9fc5aa43
|
|
@ -19,6 +19,7 @@ You can also list local repositories (+ghq list+).
|
|||
ghq get [-u] [-p] [--shallow] [--vcs <vcs>] [--look] [--silent] [--branch] [--no-recursive] [--bare] <repository URL>|<host>/<user>/<project>|<user>/<project>|<project>
|
||||
ghq list [-p] [-e] [<query>]
|
||||
ghq create [--vcs <vcs>] <repository URL>|<host>/<user>/<project>|<user>/<project>|<project>
|
||||
ghq rm [--dry-run] <repository URL>|<host>/<user>/<project>|<user>/<project>|<project>
|
||||
ghq root [--all]
|
||||
|
||||
== COMMANDS
|
||||
|
|
@ -56,6 +57,9 @@ root::
|
|||
Prints repositories' root (i.e. `ghq.root`). Without '--all' option, the
|
||||
primary one is shown.
|
||||
|
||||
rm::
|
||||
Remove local repository. If '--dry-run' option is given, the repository is not actually removed but the path to it is printed.
|
||||
|
||||
create::
|
||||
Creates new repository.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue