gytfast
v1.1.5
Published
A hassle-free npm module for automating Git directory tracking, committing changes, and pushing to your remote repository with a single, simple command
Downloads
3
Readme
gytfast
A npm module for automating Git directory tracking, committing changes, and pushing to your remote repository with a single, simple command
Installation
Install my-project with npm
npm install -g gytfast
Usage
gytfast "commit-message" branch-name files-name
Process
- git add files-name
- git commit -m commit-message
- git push origin branch-name
Example
gytfast "initial commit" main .