# tig **Repository Path**: mirrors_Gottox/tig ## Basic Information - **Project Name**: tig - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README tig ====== A simple wrapper around git usage ----- ``` var tig = require('tig');; var git = git.init("/path/to/new", cb); var git = git.clone("URL to clone", "/path/to/local", cb); var git = git.open("/path/to/existing", cb); ```