Introducing Multi-git 0.1
Explore the basics of Multi-git 0.1, a Go command-line program designed to run git commands across multiple repositories at once. Understand its setup, usage, and initial limitations as you prepare to improve and extend this tool throughout the course.
We'll cover the following...
We'll cover the following...
In this lesson, you will get to know multi-git 0.1, which is a very simple Go command-line program that lets its users execute git across multiple git repositories simultaneously. Throughout the course, we will refactor, improve, and extend multi-git from a quick and dirty hack to an industrial strength program. Here, we’ll run multi-git to understand what it does and how it does it. Then, we’ll analyze the source code and point out areas that need some love.
Running multi-git
Run ...