We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Overriding the API URL for remotes is only possible via environment variables, e.g. GITLAB_API_URL. This is not very convenient.
GITLAB_API_URL
This can be doable via config as well.
[remote.gitlab] api_url="https://gitlab.archlinux.org/api/v4" owner = "archlinux" repo = "arch-repro-status"
None.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is there an existing issue or pull request for this?
Feature description
Overriding the API URL for remotes is only possible via environment variables, e.g.
GITLAB_API_URL
. This is not very convenient.This can be doable via config as well.
Desired solution
Alternatives considered
None.
Additional context
No response
The text was updated successfully, but these errors were encountered: