[git] Remove commented-out aliases in config

pull/28/head
Alpha Chen 9 years ago
parent c2c00b69be
commit 0a75944d12

@ -10,15 +10,10 @@
quotepath = false quotepath = false
pager = less -S pager = less -S
[alias] [alias]
; hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
; co = checkout
g = grep --break --heading --line-number g = grep --break --heading --line-number
standup = "!git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email`" standup = "!git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email`"
; ready = rebase -i @{u}
; ready = rebase -i develop
lol = log --graph --decorate --pretty=oneline --abbrev-commit lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
; ancestor = merge-base
s = status -sb s = status -sb
latest = for-each-ref --count=20 --sort=-committerdate --format='%(committerdate:short) %(refname:short)' latest = for-each-ref --count=20 --sort=-committerdate --format='%(committerdate:short) %(refname:short)'
root = !pwd root = !pwd

Loading…
Cancel
Save