Fix for .gitconfig in dev containers
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.