Skip to content

Instantly share code, notes, and snippets.

@jasonneylon
Created August 23, 2017 10:40
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 jasonneylon/208b96d577e1f496d9ec09db00591d6b to your computer and use it in GitHub Desktop.
Save jasonneylon/208b96d577e1f496d9ec09db00591d6b to your computer and use it in GitHub Desktop.
Everything I have done since a specfic date in all the git subfolders
for i in *; do ( cd $i; pwd; git --no-pager log --since="2016-02-12T16:36:00-07:00" --author jason --format=oneline; pwd ); done | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment