Automatize tasks in github with alias.
Description
This package add aliases to improve your performace. For example if you want
do a add, commit and push directly. You can use the option git cif
Install
npm install -g automagit
RUN automagit in the shell
automagit
NOW YOU CAN EXECUTE ALL THE COMMANDS BELOW
This alias will add:
git ci "COMMIT" git add + commit
git cii "COMMIT" git add + commit + push
git cif git add + commit with text no relevants changes + push
git f git add + commit + increase version npm in package.json + push + update npm package
git fi "COMMIT" git add + commit + increase version npm in package.json + push + update npm package
git fin git push + update npm package
git final increase version npm in package.json + push + update npm package
Options
automagit [OPTIONS]
default install all aliases
-d --delete remove all aliases automatize -d
-h --help show help
-v show package version -v
Youtube Video