ghq

ghq

March 19, 2023
ghq, GitHub

ghq # ghq is a command-line tool for managing local clones of Git repositories. Install ghq # % brew install ghq Configure # % ghq root /path/to/your/dir/ % git config --global ghq.root /path/to/your/dir/ How to use ghq command # List repositories ghq list Clone a repository ghq get github.com/foo/bar Delete a repository ghq delete github.com/foo/bar