Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Junya committed Jan 26, 2024
1 parent e0f540a commit 9c9fc5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 9c9fc5a

Please sign in to comment.