-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how does one specify which root to clone under? #329
Comments
I found that there already exists a relevant issue at #200. |
You can control this by setting the environment variable
|
Hi man, thanks for replying. I was refering to using multiple roots, which is discouraged.. |
Interesting, perhaps you can set environment variable GHQ_ROOT based on directory with DirEnv or set a different environment setting in .gitconfig per directory/source pattern. I doubt either will work out of the box, but try it out! See also #300 which seems to be a duplicate. |
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 achievethis with
ghq
. I have now read through the README a couple of times and I would liketo ask for some help on this.
// Cheers.
The text was updated successfully, but these errors were encountered: