Skip to content

Instantly share code, notes, and snippets.

@Maybach91
Created March 11, 2020 09:08
Show Gist options
  • Select an option

  • Save Maybach91/3bea24fc784edcd8ef11fccb01270c7f to your computer and use it in GitHub Desktop.

Select an option

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