17 lines
261 B
Plaintext
17 lines
261 B
Plaintext
[color]
|
|
diff = auto
|
|
branch = auto
|
|
interactive = auto
|
|
pager = true
|
|
showbranch = auto
|
|
status = auto
|
|
[alias]
|
|
a = add -p
|
|
st = status
|
|
ci = commit
|
|
co = checkout
|
|
[push]
|
|
default = simple
|
|
[core]
|
|
editor = /usr/bin/env vim
|