-
-
Save mizanRahman/5b8910c5281d8d96c035b0603b5c3c6c 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