sync with skeleton module and fix announcer

This commit is contained in:
Micrah 2019-05-26 01:14:47 +10:00
parent 6de8866088
commit 89b128f1de
7 changed files with 343 additions and 34 deletions

View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
## Set a local git commit template
git config --local commit.template ".git_commit_template.txt" ;