Last active
July 3, 2020 11:58
-
-
Save alces/51e0321ac4ecd5460858a821d1c455a2 to your computer and use it in GitHub Desktop.
Getting list of subset of the commits in a git branch in a reverse order with a custom format
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
# See git log --help for details | |
git log --reverse --after='Jan 19' --format='format:%h %an' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment