AutoPush
How to install:
- clone the
AutoPush
inside your project folder - go to folder
AutoPush
cd /AutoPush
- start the program
npm start
How to use:
after the program runs every time you want to push just input your commit message and press enter.
Automatically push
enter the command .auto
for automatically push to github every 3s.
NOTE:
add the name of AutoPush folder to your .gitignore
file to avoid publish it with your project.