I know this isn’t recommended, but I do have folders with multiple projects that I like to keep up to date.
Is there a command that will look for each git repository in a folder and send the following commands..
git add -u
git add .
git commit -m 'Latest'
So I could just cd into some folder, then run a command that gets them all updated?
This is not a submodules question
why don’t you use something like this: