Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save utsukushiihime/dc861b20ee62cfcddaa80b53d17362bd to your computer and use it in GitHub Desktop.
Save utsukushiihime/dc861b20ee62cfcddaa80b53d17362bd to your computer and use it in GitHub Desktop.
Git Log to CSV
git log --since="last month" --pretty=format:'%h,%an,%ar,%s' > log.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment