diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..a83c912 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,19 @@ +[user] + name = Barak Michener + email = me@barakmich.com + +[alias] + st = status + stat = status + ci = commit + co = checkout + w = whatchanged + +[diff] + renamelimit = 0 + +[color] + diff = auto + interactive = auto + status = auto + branch = auto