mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 10:00:02 +01:00
5 lines
120 B
Bash
5 lines
120 B
Bash
#!/usr/bin/env bash
|
|
|
|
## Set a local git commit template
|
|
git config --local commit.template ".git_commit_template.txt" ;
|