10 lines
127 B
Text
10 lines
127 B
Text
# -*- mode: snippet -*-
|
|
# name: Git commit message template
|
|
# key: bac
|
|
# --
|
|
|
|
Before this commit,
|
|
${1}
|
|
|
|
After this commit,
|
|
${2}
|