Created
March 6, 2024 12:11
-
-
Save Jerboa-app/cefb4dd77555d4d2e607f4fe5998eec5 to your computer and use it in GitHub Desktop.
weekday hours for all git commits (reflog)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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