Git Standup Alias
A git alias to show a standup log for the specified author
What have I been working on the last couple of days? I use this alias to show a standup log for the specified author (in this case myself).
standup = log --author=Koen --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit