1 repository
Low-level management of Git binaries including concurrency throttling and system-level monitoring.
Distinct from Git Integration Management: Distinct from Git Integration Management: focuses on the execution mechanics of the binary (concurrency, env vars) rather than workflow orchestration.
Explore 1 awesome GitHub repository matching devops & infrastructure · Git Process Management. Refine with filters or upvote what's useful.
git-js is a programmatic Node.js library and version control wrapper that provides a structured JavaScript API for executing Git commands. It serves as a Git automation framework and process manager, allowing developers to chain version control tasks and parse raw command output into structured data objects. The project distinguishes itself through a dedicated Git process manager capable of spawning binaries with custom environment variables, specific process ownership, and concurrency throttling to prevent system resource exhaustion. It includes specialized system-level monitoring such as co
Executes Git binaries with controlled concurrency, custom environment variables, and system-level process monitoring.