Git Multi-Repository Scripts
With larger applications and the trend of microservices it’s increasingly common to be dealing with many Git repositories for a product suite. With that in mind, this post contains some PowerShell scripts to automate some common tasks across multiple Git repositories. Basic Structure The basic structure of each of these scripts looks like the below.…
Read More