Use relative url in .gitmodules #132
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/relative-url-in-gitmodules"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Putting a relative url into
.gitmodules
makes the repository independent from the Git server it's deployed on.Checklist
go mod vendor
make do-the-swag
)Thanks!
(I'll merge once the CI passed)