dev:git
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
dev:git [2025/04/15 13:14] – Added commit template setup to quick start stompro | dev:git [2025/04/15 13:22] (current) – Include a section on commit template under Commit Guidelines stompro | ||
---|---|---|---|
Line 69: | Line 69: | ||
====== Guidelines for contributors ====== | ====== Guidelines for contributors ====== | ||
+ | ===== Commit Template ===== | ||
+ | |||
+ | The Evergreen git repo includes an optional commit template that can be used to help follow standard project formatting. | ||
+ | |||
+ | Enable commit template: | ||
+ | git config commit.template commit-template | ||
+ | Disable commit template: | ||
+ | git config --unset commit.template | ||
+ | | ||
===== Commit messages ===== | ===== Commit messages ===== | ||
dev/git.1744737265.txt.gz · Last modified: 2025/04/15 13:14 by stompro