Working with multiple git repo from parent directory
Linux
IT
The following git configuration can be used to work with multiple git repositories from same parent directory. Really useful for a project with multiple git repos. Usage would be
git all pull
or git all status
.