Kill default branch name nag.

This commit is contained in:
cyteen 2026-03-04 15:11:25 +00:00
parent 5fa8ca30ef
commit 63595d3c9f
1 changed files with 4 additions and 0 deletions

4
020_git-accept-master.sh Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Kill nag message.
git config --global advice.defaultBranchName false