项目作者: tarunbatra

项目描述 :
Automates committing and pushing of code
高级语言: Shell
项目地址: git://github.com/tarunbatra/git-bot.git
创建时间: 2017-02-09T14:11:11Z
项目社区:https://github.com/tarunbatra/git-bot

开源协议:

下载


git-bot

Automates committing and pushing of code

Installation

  1. git clone git@github.com:tarunbatra/git-bot

Usage

  • Crude way

    • Run
      bash git-bot.sh /path/to/project
  • Automatic way

    • Add your project path in runner.sh

    • Run bash runner.sh

cron

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.

  1. 00 12 * * 1-5 bash ~/Projects/git-bot/runner.sh

License

MIT