Auto: misc.

This commit is contained in:
2021-03-05 13:12:00 +01:00
parent dfbd344549
commit e98c0a434d
+1 -1
View File
@@ -1,7 +1,7 @@
# Git Config
```
git config --local commit.template ~/.commit-template.txt
git config --local commit.template commit-template.txt
git config --global user.name "Flancian"
git config --global user.email "0@flancia.org"
```