mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2026-08-14 18:29:08 -04:00
4 lines
120 B
Bash
4 lines
120 B
Bash
#!/usr/bin/env bash
|
|
|
|
## Set a local git commit template
|
|
git config --local commit.template ".git_commit_template.txt" ;
|