From 7c76c23928f6160a3156cb59633b0d09e44b3b20 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Tue, 7 Oct 2014 15:42:48 +0200 Subject: [PATCH] Cleaning gitconfig --- .gitconfig | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.gitconfig b/.gitconfig index c15d3b1..289cde5 100644 --- a/.gitconfig +++ b/.gitconfig @@ -9,17 +9,15 @@ a = add c = commit -a k = checkout + br = branch ci = commit ca = commit --amend - co = checkout - st = status - br = branch + st = status -sb graph = log --graph --oneline --branches --all --decorate - st=status -sb - unstage=reset HEAD - uncommit=reset --soft HEAD^ - wdiff=diff --word-diff - lastdiff=diff HEAD^ HEAD + unstage = reset HEAD + uncommit = reset --soft HEAD^ + wdiff = diff --word-diff + lastdiff = diff HEAD^ HEAD [core] editor = emacs -nw excludesfile = ~/.gitignore