# simplegit **Repository Path**: lz9163/simplegit ## Basic Information - **Project Name**: simplegit - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-09-21 - **Last Updated**: 2021-09-21 ## 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.