Skip to content

Instantly share code, notes, and snippets.

@shcallaway
Last active October 3, 2018 17:37
Show Gist options
  • Save shcallaway/fb3eb8278415ef085d62187feb8938c1 to your computer and use it in GitHub Desktop.
Save shcallaway/fb3eb8278415ef085d62187feb8938c1 to your computer and use it in GitHub Desktop.
Create a CSV of your commits in a certain git repository
#!/bin/bash
git log --pretty=format:'%h;%an;%ad;%s' --author='Sherwood Callaway' > ~/log.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment