I'm trying to develop a script to iterate through a directory that holds about 60 git repositories. I would like to use Python to enter just the FIRST subdirectory (the repositories), copy in a file from a known, constant path, commit and push.
Mainly I need help figuring out how to access JUST the repositories and not go any deeper into the .git directory or the code projects.