From db1a5a341b1005877e70cfc145267476993ac4db Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Thu, 23 Feb 2012 14:19:05 -0800 Subject: [PATCH] Fix up gitconfig, add alias for revert --- .gitconfig | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/.gitconfig b/.gitconfig index 6221df5..3ce9328 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,25 +1,26 @@ [user] - name = Barak Michener - email = me@barakmich.com + 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 + st = status + stat = status + ci = commit + co = checkout + w = whatchanged + revert = checkout -f + stagediff = diff --staged + sdiff = diff --staged + graph = log --graph --oneline [diff] - renamelimit = 0 + renamelimit = 0 [color] - diff = auto - interactive = auto - status = auto - branch = auto + diff = auto + interactive = auto + status = auto + branch = auto [core] - autocrlf = input + autocrlf = input