Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed May 3, 2019
1 parent 1872db3 commit 104d201
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ghq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can also list local repositories (+ghq list+), jump into local repositories
== SYNOPSIS

[verse]
'ghq' get [-u] [-p] (<repository URL> | <user>/<project> | <project>)
'ghq' get [-u] [-p] (<repository URL> | <host>/<user>/<project> | <user>/<project> | <project>)
'ghq' list [-p] [-e] [<query>]
'ghq' look (<project> | <path/to/project>)
'ghq' import [-u] [-p] < FILE
Expand All @@ -43,8 +43,9 @@ list::
List locally cloned repositories. If a query argument is given, only
repositories whose names contain that query text are listed. '-e'
('--exact') forces the match to be an exact one (i.e. the query equals to
_project_ or _user_/_project_) If '-p' ('--full-path') is given, the full paths
to the repository root are printed instead of relative ones.
_project_, _user_/_project_ or _host_/_user_/_project_)
If '-p' ('--full-path') is given, the full paths to the repository root are
printed instead of relative ones.

look::
Look into a locally cloned repository with the shell.
Expand Down

0 comments on commit 104d201

Please sign in to comment.