cleaned and ready to work on script

This commit is contained in:
Micrah
2019-04-29 16:11:34 +10:00
parent 681de176df
commit 7dcbbbd928
13 changed files with 365 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" ;