File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ You can also list local repositories (+ghq list+).
1919ghq get [-u] [-p] [--shallow] [--vcs <vcs>] [--look] [--silent] [--branch] [--no-recursive] [--bare] <repository URL>|<host>/<user>/<project>|<user>/<project>|<project>
2020ghq list [-p] [-e] [<query>]
2121ghq create [--vcs <vcs>] <repository URL>|<host>/<user>/<project>|<user>/<project>|<project>
22+ ghq rm [--dry-run] <repository URL>|<host>/<user>/<project>|<user>/<project>|<project>
2223ghq root [--all]
2324
2425== COMMANDS
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+
5963create::
6064 Creates new repository.
6165
You can’t perform that action at this time.
0 commit comments