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:
parent
ce2f622ef0
commit
2eeab4c72b
1 changed files with 1 additions and 0 deletions
|
|
@ -2,3 +2,4 @@
|
|||
|
||||
## 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue