Last active
December 19, 2015 05:59
-
-
Save javierexposito/5908362 to your computer and use it in GitHub Desktop.
What has been merged in current branch since the last release tag (X.X.X)
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 `git describe --abbrev=0`..HEAD --merges --oneline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks @ianmonge!