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