Skip to content

Instantly share code, notes, and snippets.

@penguinwokrs
Created October 21, 2018 04:22
Show Gist options
  • Save penguinwokrs/dd0eb1ede50da584f28e4ffdbed76283 to your computer and use it in GitHub Desktop.
Save penguinwokrs/dd0eb1ede50da584f28e4ffdbed76283 to your computer and use it in GitHub Desktop.
gitでリリースノートなどで、更新差分を調べるときに便利
git log f017fcb..ca1ecb4 --pretty=format:"%s" --no-merges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment