Created
August 23, 2017 10:40
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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