mirror of
https://github.com/araxiaonline/mod-autobalance.git
synced 2026-06-13 03:02:26 -04:00
5 lines
120 B
Bash
Executable File
5 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" ;
|