Skip to content

Instantly share code, notes, and snippets.

@christianhelle
Created November 26, 2019 08:26
Show Gist options
  • Save christianhelle/b4a65fa4cd6db4ba70ec8b5e55eb0ac7 to your computer and use it in GitHub Desktop.
Save christianhelle/b4a65fa4cd6db4ba70ec8b5e55eb0ac7 to your computer and use it in GitHub Desktop.
#!/bin/bash
find . -name ".git" -type d | sed 's/\/.git//' | xargs -I{} sh -c 'echo {}; git -C {} log --pretty=format:"%h - %ad - %an - %s" --after="2019-10-01"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment