diff options
author | Aaron LI <aly@aaronly.me> | 2017-08-14 22:27:21 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-08-14 22:27:21 +0800 |
commit | 84f9a07199b18a6e3e8304c53a40624dc21bdfe1 (patch) | |
tree | 379298c3e06b8b858292cbb26754a821b0e1f872 /_gitconfig | |
parent | ed8e52720ec9187edad8dbcfbcc4327bcb8b5bb1 (diff) | |
download | dotfiles-84f9a07199b18a6e3e8304c53a40624dc21bdfe1.tar.bz2 |
Add _gitmessage and update _gitconfig
Credit: https://gist.github.com/adeekshith/cd4c95a064977cdc6c50
Diffstat (limited to '_gitconfig')
-rw-r--r-- | _gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ [commit] # Sign every commit #gpgSign = true + # Use a message template + template = ~/.gitmessage [tag] # Sign every tag |