I have an application that has been split into multiple microservices
Despite being a small application where our single team manages all the microservices, all the microservices are held in their own repo instead of a monorepo
Ignoring whether this should have been a monorepo instead of multirepo, I want to learn how to manage multi repo
I use gitbash which I'm comfortable with (shows all code changes, let's me stash and manage commits etc)
But a single requirement could use multiple microservices (repos). GitBash will only show code changes for one branch for one repo so I have to keep navigating between paths to see the ode changes
Is there a way to use GitBash for multirepos? Or any better non-admin company safe alternatives?
E.g. -show ALL code changes -manage commits better (given ill have to make commits for each repo) -stash changes better