Skip to content
Snippets Groups Projects
Unverified Commit 3a43e056 authored by Karthik Nayak's avatar Karthik Nayak
Browse files

git: Add config to disable all advice

By setting "advice.*" to "false", we disable all Git advice. The advice
provided by Git, is useful for end users, whereas doesn't make much
sense on the server side. Plus being on the user side of things, it is
more susceptible to change, which can break our pipelines since we test
error strings output by Git.
parent d2ccdab9
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment