mirror of
https://github.com/flancian/garden.git
synced 2026-08-06 14:36:18 +00:00
16 lines
347 B
Markdown
16 lines
347 B
Markdown
# 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]]
|
|
- #pull [[git rere]]
|
|
- consider also:
|
|
|
|
```
|
|
git config push.autoSetupRemote true
|
|
```
|
|
|
|
To make pushing after setting up a new branch more seamless. |