I know that this is not recommended, but I have folders with several projects that I like in the current state.
Is there a command that will search for every git repository in the folder and send the following commands.
git add -u git add . git commit -m 'Latest'
So, I could just write cd to some folder, and then run a command that will update them all.
This is not a question of submodules.
git
Kirk Strobeck
source share