Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 252 Bytes

daily-standup.md

File metadata and controls

10 lines (7 loc) · 252 Bytes

Git daily standup command

A summary of commits from the day before

git log --author="{{author}}" --since="1 day ago" --all --reverse --date=local --pretty=format:"%C(yellow)%ad %Creset%s"

Add --stat for more info