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.
14 lines
453 B
Plaintext
14 lines
453 B
Plaintext
Write a commit message for the changes in the following git diff:
|
|
Follow the following instructions when writing the commit message:
|
|
Subject line: Max 50 chars, imperative mood, capitalized, no period
|
|
Skip a line between subject and body
|
|
Body text: Wrap at 72 chars per line
|
|
Explain what and why, not how
|
|
Reference issue numbers when applicable
|
|
Format: <type>(<scope>): <short summary>
|
|
|
|
=== GIT DIFF SUMMARY FOR COMMIT ===
|
|
|
|
|
|
=== END OF DIFF SUMMARY ===
|