Files
nixos-template-base/gitconfig
2016-04-23 12:43:24 +02:00

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