Skip to content

Instantly share code, notes, and snippets.

@Maybach91
Created March 11, 2020 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Maybach91/3bea24fc784edcd8ef11fccb01270c7f to your computer and use it in GitHub Desktop.
Save Maybach91/3bea24fc784edcd8ef11fccb01270c7f to your computer and use it in GitHub Desktop.
git log changed files in branch into csv
git log --since='last 4 months' --stat --pretty=format:'%h;%an;%ad;%s' > log.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment