Skip to content

Instantly share code, notes, and snippets.

@gnowland
Last active May 14, 2022 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnowland/bcb6c6ff00bc5eed5328a38a4189045d to your computer and use it in GitHub Desktop.
Save gnowland/bcb6c6ff00bc5eed5328a38a4189045d to your computer and use it in GitHub Desktop.
for COMMIT in $(git log --format=format:%H master..HEAD | tail -1) ; do
git log $COMMIT^1 --oneline | head -1
done
@gnowland
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment