Skip to content

Instantly share code, notes, and snippets.

@pflannery
Last active July 28, 2021 09:23
Show Gist options
  • Save pflannery/3775cf07e2d7ae8df284cc15aea0bc81 to your computer and use it in GitHub Desktop.
Save pflannery/3775cf07e2d7ae8df284cc15aea0bc81 to your computer and use it in GitHub Desktop.
# output commits that are not yet in the master branch in csv format
# Date,Commit,User,Description
git log --oneline --date=human --pretty=format:'%ad,%h,%an,%s' dev ^master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment