Skip to content

Instantly share code, notes, and snippets.

@claudioaltamura
Created March 17, 2025 11:36
Show Gist options
  • Save claudioaltamura/913de03aee4442f5473621cf759d1dc1 to your computer and use it in GitHub Desktop.
Save claudioaltamura/913de03aee4442f5473621cf759d1dc1 to your computer and use it in GitHub Desktop.
git commit template
#.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