adding some aliases and cleaning-up indentation

This commit is contained in:
Rodolphe Breard 2014-10-06 16:28:11 +02:00
parent b9afbac011
commit b325d55834

View file

@ -14,12 +14,14 @@
br = branch
ci = commit
st = status
ls = log --oneline
caa = commit -a --amend -C HEAD
unstage = reset HEAD --
last = log -1 HEAD
undo = reset --soft HEAD^
amend = commit --amend
random = !"git add -A; git commit -am \"$(echo $(curl -s http://whatthecommit.com/index.txt)\" (http://whatthecommit.com)\")\""
deliver = "!bash ~/builds/git-deliver/deliver.sh"
new = !sh -c 'git log $1@{1}..$1@{0} "$@"'
bclean = "!f() { git branch --merged ${1-master} | grep -v " ${1-master}$" | xargs -r git branch -d; }; f"
[color]
branch = auto