mirror of
https://github.com/azerothcore/mod-autobalance
synced 2026-08-21 02:26:04 -04:00
4 lines
120 B
Bash
Executable file
4 lines
120 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
## Set a local git commit template
|
|
git config --local commit.template ".git_commit_template.txt" ;
|