feat(gitaliases): bra, filelog, lasttag, remotes

This commit is contained in:
Iristyle
2013-03-18 21:27:01 -04:00
parent fcdbb2d7ba
commit 2cdd778834
2 changed files with 8 additions and 0 deletions

View File

@@ -12,11 +12,15 @@
aliases = config --get-regexp alias
amend = commit --amend
bl = blame -w -M -C
bra = git branch -ra
changed = status -sb
f = !git ls-files | grep -i
filelog = log -u
hist = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue) [%an]%Creset' --abbrev-commit --date=relative
last = log -p --max-count=1 --word-diff
lasttag = describe --tags --abbrev=0
pick = add -p
remotes = remote -v show
stage = add
standup = log --since yesterday --oneline --author {ME}
stats = diff --stat