Skip to content

Instantly share code, notes, and snippets.

@Art2B
Created March 6, 2019 16:50
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 Art2B/7c13f34b4a8ff8f344d7c6149c09f596 to your computer and use it in GitHub Desktop.
Save Art2B/7c13f34b4a8ff8f344d7c6149c09f596 to your computer and use it in GitHub Desktop.
List commit made in current git directory. Use today YYYY-MM-DD
#!/bin/bash
git reflog --date=iso | grep $1 | grep commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment