Skip to content

Fix for .gitconfig in dev containers

Peter Onyisi requested to merge ponyisi/athena:23.0-devcontainer-gitconfig into 23.0

Without git in the PATH when the container starts, VS Code doesn't copy .gitconfig into the container, which means we need to reinitialize the user and email git configuration every time we start the dev container.

Merge request reports