GIT - Find all commits for a day (or date range)

Knowledge Drop

Last tested: Oct 27, 2020

If you have access, from a project folder on the Looker instance, you can run the following git command to find all the commits done on 2017-11-12:

git log --after="2017-11-12 00:00" --before="2017-11-12 23:59"