Skip to content

Instantly share code, notes, and snippets.

@creaktive
Created June 17, 2020 17:17
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 creaktive/936dc156bd8df3ddf0c25bd7a19943be to your computer and use it in GitHub Desktop.
Save creaktive/936dc156bd8df3ddf0c25bd7a19943be to your computer and use it in GitHub Desktop.
was any of my 100 recent git commits reverted?
git log -P --grep "This reverts commit ($( git log --author=$USER --format=%H | head -n 100 | paste '-sd|' ))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment