Files
mod-azerothshard/modules/mod-as-platform/setup_git_commit_template.sh
Yehonal 6fa0b0f315 Init
2021-06-09 01:15:26 +02:00

5 lines
120 B
Bash

#!/usr/bin/env bash
## Set a local git commit template
git config --local commit.template ".git_commit_template.txt" ;