Files
azerothshard-core/modules/AZTH/setup_git_commit_template.sh
Winfidonarleyan 6fa945eab2 Rewrite to modules (beta) no scripts
Fix include
2019-07-28 01:29:32 +07:00

5 lines
120 B
Bash

#!/usr/bin/env bash
## Set a local git commit template
git config --local commit.template ".git_commit_template.txt" ;