I have several git configurations, depending on the directory on my machine that I'm working on. However, when I run container-use checkout <id>, the commit author and email address attached to the commit are taken from the global git config and not one that is active in the current project I am working on. It would be great if container-use would be able to use the currently active git config.