How can I get the diff between all the commits that occurred between two dates with Git? December 16, 2022 by Tarik You could use git whatchanged --since="1 day ago" -p It also takes a --until argument. Docs