Skip to content

git-batch v1.0.0 - Initial Release

Latest

Choose a tag to compare

@samlaiyx samlaiyx released this 07 Apr 15:10
· 1 commit to main since this release

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.sh

See README.md for complete documentation.