dotfiles/.gitconfig

26 lines
395 B
INI

[user]
name = Barak Michener
email = me@barakmich.com
[alias]
st = status -uno
stat = status -uno
ci = commit
co = checkout
w = whatchanged
revert = checkout -f
stagediff = diff --staged
sdiff = diff --staged
graph = log --graph --oneline
[diff]
renamelimit = 0
[color]
diff = auto
interactive = auto
status = auto
branch = auto
[core]
autocrlf = input