I want to be able to see all of the commits I made today using git log. I came up with git log --after=\"yesterday\" However, that seems a litt
git log
git log --after=\"yesterday\"
Btw, this also works: git log --since=am
git log --since=am