Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 277 Bytes

git-commits.md

File metadata and controls

10 lines (7 loc) · 277 Bytes

List git commits between two dates

git log --since "SEP 1 2020" --until "SEP 30 2020" --pretty=format:"%ai: %s" > project-commits.txt

Placeholders that expand to information extracted from the commit:

%ai author date, ISO 8601-like format
%s subject