You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A robust, class-based wrapper for Git binary execution. Designed for "Git Stunts" applications that bypass the porcelain and interact directly with the object database.
4
+
5
+
## Features
6
+
7
+
-**Class-based API**: Encapsulates `cwd` and state.
8
+
-**Zero Dependencies**: Uses Node.js standard library.
9
+
-**Plumbing First**: Optimized for `commit-tree`, `hash-object`, and `update-ref`.
10
+
-**Telemetry**: Error messages include `stdout` and `stderr` for easier debugging.
0 commit comments