dotfiles/.gitconfig

25 lines
385 B
INI

[user]
name = Barak Michener
email = me@barakmich.com
[alias]
st = status
stat = status
ci = commit
co = checkout
w = whatchanged
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