SNIPPET: Add git-commit message template
This commit is contained in:
parent
1449ae0e5f
commit
752734c381
1 changed files with 10 additions and 0 deletions
10
snippets/text-mode/git-commit-message-before-after
Normal file
10
snippets/text-mode/git-commit-message-before-after
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Git commit message template
|
||||
# key: bac
|
||||
# --
|
||||
|
||||
Before this commit,
|
||||
${1}
|
||||
|
||||
After this commit,
|
||||
${2}
|
||||
Loading…
Add table
Add a link
Reference in a new issue