blob: ac9eb25364acab3c622407a65d3c186aa81c397a (
plain)
1
2
3
4
5
|
#!/usr/bin/env bash
## Set a local git commit template
git config --local commit.template ".git_commit_template.txt" ;
echo "--- Successfully set the default commit template for this repository only. Verify with: git config -e"
|