mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(apps): Script for default git commit template returns output (#2642)
- Before that, it didn't return anything and could confuse people
This commit is contained in:
@@ -2,3 +2,4 @@
|
|||||||
|
|
||||||
## Set a local git commit template
|
## Set a local git commit template
|
||||||
git config --local commit.template ".git_commit_template.txt" ;
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user