revit
v0.1.3
Published
NPM package to enable a revisionary iteration workflow for monochromatic repositories.
Readme
Revit
This module acts as a cross-platform, global alias for "git add . && git commit -m "" --allow-empty-message && git push -u origin master".
Installation
npm i -g revitUsage
To add, commit and push to master (with an empty message):
revitTo add, commit and push to master (with a message):
revit "My message"