Add gitconfig
This commit is contained in:
parent
0f006fefd7
commit
087a38aa20
1 changed files with 23 additions and 0 deletions
23
gitconfig
Normal file
23
gitconfig
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
[user]
|
||||||
|
name = Jonathan Schleifer
|
||||||
|
email = js@webkeks.org
|
||||||
|
|
||||||
|
[color]
|
||||||
|
ui = auto
|
||||||
|
interactive = auto
|
||||||
|
|
||||||
|
[alias]
|
||||||
|
ci = commit
|
||||||
|
co = checkout
|
||||||
|
d = diff
|
||||||
|
ds = diff --staged
|
||||||
|
st = status -s
|
||||||
|
|
||||||
|
[format]
|
||||||
|
signature = Jonathan
|
||||||
|
|
||||||
|
[core]
|
||||||
|
editor = vim
|
||||||
|
|
||||||
|
[push]
|
||||||
|
default = matching
|
Loading…
Add table
Add a link
Reference in a new issue