recovery-from-git
Version:
recovery code from .git directory
41 lines (23 loc) • 451 B
Markdown
# Recovery from git
a command line to recovery code repo from .git.
Here is the [Code Repository](https://github.com/ruoqianfengshao/recovery-from-git).
## Install
use npm:
```sh
npm install recovery-from-git -g
```
use yarn:
```sh
yarn add recovery-from-git -g
```
## Usage
1. goto a `.git` directory
2. execute recovery
```sh
# use default option
recovery-git
# use customize repo name
recovery-git -n youapp
```
## License
**ISC**