Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 519 Bytes

Readme.md

File metadata and controls

21 lines (13 loc) · 519 Bytes

(A)hoy!

Convenient wrapper for the git add, commit, push sequence.

Written for Node with Google's zx scripting library.

hoy "commit message" [-f] [-a]

Run Hoy anywhere you would run Git.

Hoy will respect your current branch.

-a add all files, -f force push to remote.

Requires Node version >= 16.0.0 and zx installed with npm i -g zx.