claude-docker/scripts
Vishal Jain 9d1f8d0661 Add git user configuration support
Add required git user configuration to enable commits from within the container.
This change ensures proper attribution of git commits made inside the container by:

- Adding GIT_USER_NAME and GIT_USER_EMAIL to .env.example
- Configuring git user globally during Docker build
- Adding documentation for git configuration requirements
- Updating README with clearer setup instructions and requirements

The configuration is now required as part of the initial setup to prevent
issues with unattributed commits when using git inside the container.
2025-06-18 13:54:58 +01:00
..
claude-docker.sh Remove redundant settings.local.json template 2025-06-18 11:48:23 +01:00
install.sh Implement authentication persistence for Claude Docker 2025-06-12 14:09:10 +01:00
startup.sh Add git user configuration support 2025-06-18 13:54:58 +01:00