Git: Fix `standup` alias
Alan Pearce alan@alanpearce.co.uk
Sun, 17 Aug 2014 22:22:55 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-git/config/git/config → tag-git/config/git/config
@@ -16,7 +16,7 @@ br = branch co = checkout ready = rebase -i @{u} lg = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' - standup = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --since yesterday --author alan + standup = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --since yesterday --author Alan ignored = ls-files --others -i --exclude-standard [github] user = alan@alanpearce.co.uk