Skip to main content
The Deno 2 Release Candidate is here
Learn more

g

simplify git operations

Usage

install

deno install -A --unstable -rfn g https://deno.land/x/m3g/mod.ts

cli

g # git add .

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

g p # git push

g -h # help information

License

Made with markthree

Published under MIT License.