Use Git CLI to find folder last changed date


I have a folder in git that contains all my projects. I wanted to find which projects I haven’t worked on in a while to clean them up, so I made this command.

Explanation

find sort explainshell.com

git explainshell.com


Comments in Github