Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 138 Bytes

get-earliest-commit-over-time-range.md

File metadata and controls

5 lines (4 loc) · 138 Bytes

Get Earliest Commit Over Time Range

git log  --since="24 hours ago" --until="now" --reverse --pretty=format:"%h" | head -1