Ever wanted to know, what you have done in the last time in a git repo?

2011-08-30 18:31:00 by Saz

git log to the resuce!1!!

git log --since=yesterday --author=me

or

git log --since=<date> --author=<Authorname>

Comments

Fork me on GitHub