First production-ready release of git-batch.
Features:
- Automatic repository discovery with recursive scanning
- Parallel execution (5-6x performance improvement)
- Smart conflict handling with auto stash/pop
- Comprehensive logging system with JSON summaries
- Multiple operations support (pull, push, status, fetch, sync)
- Flexible configuration options
Installation:
git clone https://github.com/samlaiyx/git-batch.git
cd git-batch
./install.shSee README.md for complete documentation.