You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nixos-template-base/gitconfig

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