Hey folks,
I just released GitFleet, a simple CLI tool to help you manage lots of Git repositories at once. It's written in Go, and uses goroutines to run operations in parallel — so it's fast, even with dozens of repos.
One feature I'm particularly happy with is discover: it scans your directory tree and automatically builds the config file based on the repos it finds. No need to set things up manually.
Great for working with microservices!
🔗 GitHub: https://github.com/qskkk/git-fleet
Would love your feedback or contributions!