Files
mod-worgoblin/setup_git_commit_template.sh
Benjamin Jackson 49c3193165 Initial commit
2021-12-27 22:31:36 -05:00

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" ;