Graph with author and commit hash:
git config --global alias.plog 'log --graph --pretty=format:\"%C(yellow)%h%x20%C(green)%an%x20%Creset%s\"'
See your commits since yesterday/last friday (change your name in this command)
git config --global alias.standup 'log --since yesterday --oneline --branches=* --author=Yourname'
git config --global alias.standup-monday 'log --since "3 days ago" --oneline --branches=* --author=Yourname'