Updated aliases

This commit is contained in:
Oliver Davies 2015-08-06 10:04:17 +01:00
parent ff82cfde10
commit 18e16093df

View file

@ -27,6 +27,7 @@
br = branch br = branch
c = commit -v c = commit -v
ca = commit --amend ca = commit --amend
caa = commit --ammend -a -C HEAD
cb = create-branch cb = create-branch
cl = clone cl = clone
co = checkout co = checkout
@ -34,10 +35,10 @@
f = fetch f = fetch
g = grep --break --heading --line-number g = grep --break --heading --line-number
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
log5 = log -n 5 # lol = log --graph --decorate --pretty=oneline --abbrev-commit
log10 = log -n 10 # lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
lol = log --graph --decorate --pretty=oneline --abbrev-commit ls = log --oneline --decorate
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all ll = log --numstat --decorate
pop = stash pop pop = stash pop
prb = pull --rebase prb = pull --rebase
ra = rebase --abort ra = rebase --abort
@ -45,7 +46,7 @@
st = status -s st = status -s
undo = reset --hard undo = reset --hard
unstage = reset HEAD -- unstage = reset HEAD --
wipe = clean -f -d wipe = clean -fd
[core] [core]
excludesFile = ~/.gitignore-global excludesFile = ~/.gitignore-global