Skip to content

Instantly share code, notes, and snippets.

@Jerboa-app
Created March 6, 2024 12:11
Show Gist options
  • Select an option

  • Save Jerboa-app/cefb4dd77555d4d2e607f4fe5998eec5 to your computer and use it in GitHub Desktop.

Select an option

Save Jerboa-app/cefb4dd77555d4d2e607f4fe5998eec5 to your computer and use it in GitHub Desktop.
weekday hours for all git commits (reflog)
git log --reflog | grep -E "Mon|Tue|Wed|Thu|Fri" | grep -Eo " [0-9]{2}:" | sed s/://g > ~/weekday_hours
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment