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
The feature of ghq is that it is easily cloned to the directory corresponding to the argument, so I think that the function of switching the clone destination by looking at the "insteadOf" is unnecessary.
I'm currently using insteadOf to alias my company's gitlab instance and force SSH like this:
This mostly works when using
ghq
, except that the directory name is created before runninggit ls-remote
.Actual/Expected output shown in the diff below:
This can also be used instead to augment specifying
-p
sinceinsteadOf
can be used to force HTTPS/SSH depending on the path.The text was updated successfully, but these errors were encountered: