You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ ghq get [email protected]:group/path/repo
exists /Users/cdenneen/.ghq/git.company.com/group/path/repo
if I understand the config properly this should have been cloned into /Users/cdenneen/src/corp/group/path/repo??
Honestly my reason for different roots is to not have to add the full "hostname" to the path but rather an alias for that hostname (shortens the directory structure).
ghq [email protected]:x-motemen/ghq to /Users/cdenneen/src/gh/x-motemen/ghq.
I've tried to move the [ghq] catchall to the bottom of the .gitconfig but it doesn't matter, still cloning something for that domain into the catchall root.
The text was updated successfully, but these errors were encountered:
Then
if I understand the config properly this should have been cloned into
/Users/cdenneen/src/corp/group/path/repo
??Honestly my reason for different roots is to not have to add the full "hostname" to the path but rather an alias for that hostname (shortens the directory structure).
So I would like something like:
to clone this repo for example with:
ghq [email protected]:x-motemen/ghq
to/Users/cdenneen/src/gh/x-motemen/ghq
.I've tried to move the
[ghq]
catchall to the bottom of the.gitconfig
but it doesn't matter, still cloning something for that domain into the catchall root.The text was updated successfully, but these errors were encountered: