git-recall
`` $ git recall # By default (without options), the command will display commits from yesterday and # for the current user. $ git recall -d 5 -a "Doge" # Show all Doge's commits from 5 days ago. $ git recall -d 5 -a "all" # Show commits of all contributors from 5 days ago. $ git recall -f # Fetch commits beforehand. ``