Created
October 21, 2018 04:22
-
-
Save penguinwokrs/dd0eb1ede50da584f28e4ffdbed76283 to your computer and use it in GitHub Desktop.
gitでリリースノートなどで、更新差分を調べるときに便利
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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