Created
March 17, 2025 11:36
-
-
Save claudioaltamura/913de03aee4442f5473621cf759d1dc1 to your computer and use it in GitHub Desktop.
git commit template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#.git-commit-template.txt | |
#git config --global commit.template .git-commit-template.txt | |
#git config --global commit.cleanup strip | |
# Header | |
issue-id - type (scope): short description | |
# Body | |
# Why and how? | |
# Why has this chahge been made? | |
- reason 1 | |
- ... | |
# How is this change implemented? | |
- implementation detail 1 | |
- ... | |
# Footer | |
Metadata, Links or other issues |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment