ghq
ghq copied to clipboard
Remote repository management made easy
[Scalar](https://git-scm.com/docs/scalar) is git config tools for performance. Using `scalar clone` in `ghq get` is useful.
I'd like to contribute.
Hi there, (First of all, many thanks for creating this project!!) If I want to manage all of my neovim plugins under, eg. `~/code/plugins/nvim`, how can I achieve this with...
Hello Was adding PPA (https://help.ubuntu.com/community/PPA) as distribution method considered? It would make installation and update much easier.
When cloning very large repositories only for testing their functionality, not all previous commits are needed. Therefore the amount of commits to be cloned can be limited with the `--depth`...
# Background There are some needs to manage your ghq root as git repository, for syncing your local stubs, etc. # Changes This PR changes the default behavior of `ghq...
Thanks for the neat tool. I thought it would be nice if @ syntax was supported for branch/tag just like `go get` does. I did eventually find the `--branch` option...
https://github.com/zimbatm/h is a very similar tool. It allows to jump to - `~/ghq/github.com/x-motemen/ghq` by just typing `h ghq` - or (to diambiguate in the presence of a local fork) `h...
https://github.com/breezy-team/breezy
`ghq list` is slow when a root directory contains directories which are not managed by any VCS. It seems that `ghq list` walks directory until it find a VCS configuration...