Created
September 13, 2020 22:39
-
-
Save catpea/0f2de6ed7008a97da6ecbe0b3559cb88 to your computer and use it in GitHub Desktop.
Print git file creaton dates in ISO 8601 format.
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 db/*/index.yaml | |
do | |
echo "$i:" $(git log --diff-filter=A --follow --format=%aI -1 -- $i) | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment