https://github.com/vilicvane/dotgit
A simple git repository utility.
https://github.com/vilicvane/dotgit
Last synced: 3 months ago
JSON representation
A simple git repository utility.
- Host: GitHub
- URL: https://github.com/vilicvane/dotgit
- Owner: vilicvane
- Created: 2016-05-24T06:55:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T08:34:39.000Z (about 9 years ago)
- Last Synced: 2025-03-24T00:54:53.427Z (3 months ago)
- Language: TypeScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DotGit (.git)
A simple git repository utility.
## Install
```sh
npm install dotgit --save-dev
```## Usage
```ts
import git from 'dotgit';console.log(git.branch); // master
console.log(git.head); // c5275e52a7871f6d2fec5b27506d337c6939ffad
console.log(git.short); // c5275e5
```## License
MIT License.