first commit

This commit is contained in:
Micrah
2019-04-27 16:35:14 +10:00
parent 04f211831e
commit 0bf13bd0a4
12 changed files with 361 additions and 0 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" ;