Skip to content

Use git config --system instead of --global

Benjamin Bertrand requested to merge fix-git-config into main

Sorry, I was too fast merging !3 (merged)

--global will only be for the root user ( ~/.gitconfig). We should use --system.

We switch to a tango user in the image.

Edited by Benjamin Bertrand

Merge request reports