/ Published in: Bash
How to obtain all the commits that occurred between two dates
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
git whatchanged --since="2 year ago" --until="1 year ago" [--author="NAME_OF_THE_AUTHOR"]