Easily set custom commit templates from the Atom UI
To enable your git commit template to take effect, this package writes to a .gitcommit
file in your home directory, and updates your git configuration to use this file as a commit template e.g.
git config --global commit.template ~/.gitcommit
ctrl-shift-alt-t
on Windows and Linuxcmd-shift-alt-t
on OSXAtom Commit Templates: Set Commit Template
from the command paletteRemoves the current commit template.
ctrl-shift-alt-c
on Windows and Linuxcmd-shift-alt-c
on OSXAtom Commit Templates: Clear Commit Template
from the command paletteKudos to the following, for making my life easier!
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.