-
-
Save vijaybhat-dev/34087d237463fc4e0fcbfc727cb7c6f4 to your computer and use it in GitHub Desktop.
git csv export of commits in the last month
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 --since='last month' --pretty=format:'%h;%an;%ad;%s' --author='Ionut Colceriu' > ~/log.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment