Last active
November 16, 2017 05:33
-
-
Save jeremydw/ddc8dacada00d176eb36794cd5ef0c53 to your computer and use it in GitHub Desktop.
This file contains 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 --since "APR 18 2016" --until "MAY 18 2016" --pretty=format:'- %s' | |
git log --since "AUG 01 2016" --until "OCT 21 2016" --pretty=format:"%h%x09%an%x09%ad%x09%s" | pbcopy | |
git log --pretty=format:'- %s' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment