Fetching all branches and tags from a remote Git repository
Fetch everything: git fetch --allIn my first days at HorseAnalytics [https://www.horseanalytics.com], one of the first tasks was to review the codebase and streamline the build and release process. That meant to move all repositories over to Azure DevOps so that we can use the pipelines to build…