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
- Host: GitHub
- URL: https://github.com/markthree/g
- Owner: markthree
- License: mit
- Created: 2023-05-29T08:41:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T04:16:30.000Z (over 1 year ago)
- Last Synced: 2025-01-13T05:08:05.171Z (over 1 year ago)
- Topics: deno, easy-to-use, git
- Language: TypeScript
- Homepage: https://deno.land/x/m3g
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).