After my computer crashed shortly before my PhD defense, I decided I needed a better system to make sure that all my Git repos were backed up. Here is a walk-through of my solution:

https://paulwintz.com/git-check-all-repos/

(Suggestions are welcome!)

#git #coding

How to Check All Your Git Repositories for Uncommitted Changes

Avoid losing work: How to check the status of all Git repositories in bulk.

Paul Wintz