Skip to content

Instantly share code, notes, and snippets.

@tlrobinson
Created January 15, 2018 07:23
Show Gist options
  • Save tlrobinson/92cd0a51b3cd2528bad3e5564cae6f8d to your computer and use it in GitHub Desktop.
Save tlrobinson/92cd0a51b3cd2528bad3e5564cae6f8d to your computer and use it in GitHub Desktop.
Show all of my commits in a git repository for the last 7 days
git rev-list --remotes --author="$(git config user.name)" --date=iso --pretty --branches="*" --no-merges --since="7 days ago"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment