Skip to content

Commit 9c9fc5a

Browse files
committed
doc: update README
1 parent e0f540a commit 9c9fc5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ You can also list local repositories (+ghq list+).
1919
ghq get [-u] [-p] [--shallow] [--vcs <vcs>] [--look] [--silent] [--branch] [--no-recursive] [--bare] <repository URL>|<host>/<user>/<project>|<user>/<project>|<project>
2020
ghq list [-p] [-e] [<query>]
2121
ghq create [--vcs <vcs>] <repository URL>|<host>/<user>/<project>|<user>/<project>|<project>
22+
ghq rm [--dry-run] <repository URL>|<host>/<user>/<project>|<user>/<project>|<project>
2223
ghq root [--all]
2324

2425
== COMMANDS
@@ -56,6 +57,9 @@ root::
5657
Prints repositories' root (i.e. `ghq.root`). Without '--all' option, the
5758
primary one is shown.
5859

60+
rm::
61+
Remove local repository. If '--dry-run' option is given, the repository is not actually removed but the path to it is printed.
62+
5963
create::
6064
Creates new repository.
6165

0 commit comments

Comments
 (0)