Skip to content

Instantly share code, notes, and snippets.

@Dkendal
Created March 6, 2014 21:41
Show Gist options
  • Save Dkendal/9400281 to your computer and use it in GitHub Desktop.
Save Dkendal/9400281 to your computer and use it in GitHub Desktop.
commits on a certain day function
#/bin/zsh
function git-what-did-i-do-x-days-ago() {
git log --since="6 am $1 days" --after="12 am $1 days" #formatting tags etc
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment