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
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