Automates committing and pushing of code
git clone git@github.com:tarunbatra/git-bot
-
Crude way
- Run
bash git-bot.sh /path/to/project
- Run
-
Automatic way
-
Add your project path in
runner.sh
-
Run
bash runner.sh
-
If you cloned this repo in your Projects directory, adding the following line to your crontab will run the git bot every weekday at 12 PM.
00 12 * * 1-5 bash ~/Projects/git-bot/runner.sh
MIT