mxwcore-wotlk/modules/mod-solo-lfg/setup_git_commit_template.sh

5 lines
120 B
Bash
Raw Normal View History

2023-11-07 18:17:57 -05:00
#!/usr/bin/env bash
## Set a local git commit template
git config --local commit.template ".git_commit_template.txt" ;