# simplegit **Repository Path**: mirrors_iamdustan/simplegit ## Basic Information - **Project Name**: simplegit - **Description**: A simple, stripped-down git library for nodejs. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simplegit A simple, stripped down git library for nodejs. ## Current methods 1. add — accepts an array of files to add. Defaults to '.' 2. commit — accepts a message (@string). Defaults to "Commit from nodeapp" 3. pull — accepts an object with action, remote, and branch keys. remote defaults to origin. Branch defaults to projects current active branch. 4. push — accepts an object with action, remote, and branch keys. remote defaults to origin. branch defulats to projects current active branch.