Files
Fractured/apps/git_tools/setup_git_commit_template.sh
2026-05-06 21:18:20 -04:00

6 lines
229 B
Bash

#!/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"