An open API service indexing awesome lists of open source software.

https://github.com/markthree/g

simplify git operations
https://github.com/markthree/g

deno easy-to-use git

Last synced: about 1 year ago
JSON representation

simplify git operations

Awesome Lists containing this project

README

          

# g

simplify git operations

## Usage

### install

```shell
deno install --allow-run --allow-read --allow-env -rfn g https://deno.land/x/m3g/mod.ts
```

### cli

```shell
g # git add .

g c "foo" # git commit -m "foo"

g p # git push

g -h # help information
```

## License

Made with [markthree](https://github.com/markthree)

Published under [MIT License](./LICENSE).