Created
July 24, 2018 10:30
-
-
Save goodjack/59f7398838334d04ea80410355563fd1 to your computer and use it in GitHub Desktop.
顯示該目錄中所有 Git Repo 的最新 log 紀錄
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
find . -maxdepth 1 -mindepth 1 -type d -exec sh -c '(echo [{}] && cd {} && git log -1 --oneline --format="%C(auto) %h %s (%cr)")' \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment