Cleaning gitconfig

This commit is contained in:
nemunaire 2014-10-07 15:42:48 +02:00
parent 2dd35db943
commit 7c76c23928

View File

@ -9,17 +9,15 @@
a = add a = add
c = commit -a c = commit -a
k = checkout k = checkout
br = branch
ci = commit ci = commit
ca = commit --amend ca = commit --amend
co = checkout st = status -sb
st = status
br = branch
graph = log --graph --oneline --branches --all --decorate graph = log --graph --oneline --branches --all --decorate
st=status -sb unstage = reset HEAD
unstage=reset HEAD uncommit = reset --soft HEAD^
uncommit=reset --soft HEAD^ wdiff = diff --word-diff
wdiff=diff --word-diff lastdiff = diff HEAD^ HEAD
lastdiff=diff HEAD^ HEAD
[core] [core]
editor = emacs -nw editor = emacs -nw
excludesfile = ~/.gitignore excludesfile = ~/.gitignore