Skip to content

Instantly share code, notes, and snippets.

@dgrebb
Created February 3, 2020 16:30
Show Gist options
  • Select an option

  • Save dgrebb/8ac1bbf2d086d110f0cd8e81b0252adc to your computer and use it in GitHub Desktop.

Select an option

Save dgrebb/8ac1bbf2d086d110f0cd8e81b0252adc to your computer and use it in GitHub Desktop.
export list of git contributors
git log --no-merges --since='01-01-2019' --pretty=format:%h,%ad,%an,%ae,%s > history.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment