acmod-progression-system/setup_git_commit_template.sh
2021-11-13 09:27:57 -03:00

4 lines
120 B
Bash

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