Files
Fractured/modules/mod-transmog/setup_git_commit_template.sh
T
2026-05-13 15:22:45 -04: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" ;