I'm new to linux and working with git. I have a directory (code) with a dozen sub directories (git repositories).
I want two commands I can run to
- Get the current status of all repositories.
- git pull new changes for all repositories.
I know this is probably very simple for someone who knows what they are doing, I just can't get the right loop executing (I am looping all files, not directories).
Thanks! Kyle