mirror of
https://github.com/flancian/garden.git
synced 2026-08-11 00:46:19 +00:00
12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
# Git Config
|
|
|
|
```
|
|
git config --local commit.template commit-template.txt
|
|
git config --global user.name "Flancian"
|
|
git config --global user.email "0@flancia.org"
|
|
```
|
|
- [[pull]] [[git alias]]
|
|
|
|
|
|
|