Support for local remotes use relative path
As a developer, I want to use relative paths as Git remotes, like:
git add remote local ../SDK
GitKraken cannot fetch that remote while Git itself does.
Comments: 2
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
11 Apr, '23
AmauryThis would be especially useful when using submodules needed in CI where the CI runner needs local path to access to private repositories.
-
13 Apr
AmauryAny news on this? Seems like a relatively easy one, and right now it is a real pain for me, I have to go and fix the git config files manually every time I let gitkraken initialize the submodules.
Basically, the only way to make relative submodules work is to clone and init the submodule myself on command line, and then gitkraken works.