Examples (8)
Clone a repository under the `ghq` root directory (default is `~/ghq`)
ghq get repository_urlClone a repository from a user/project format (defaults to GitHub)
ghq get user/projectClone a repository and `cd` into it
ghq get repository_url --lookClone a repository via SSH
ghq get user/project -pUpdate an existing repository to the latest version
ghq get repository_url -uList all locally cloned repositories
ghq listList locally cloned repositories with full paths
ghq list --full-pathmade by @shridhargupta | data from tldr-pages