Created
December 2, 2019 03:43
-
-
Save minhlucvan/0d7ba734e6569da183bd30f05f6dc5e7 to your computer and use it in GitHub Desktop.
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 --reverse --date=short --pretty=format:"%ad - %s%d" --date=short --date-order --author="$(git config user.name)" --branches --since="last month" |
please open git bash or power shell if you are using windows :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is shell command to extract your git history to log the timesheet
Happy logging <3