Skip to content

Commit b5589b3

Browse files
committed
Adds readme
1 parent 373970a commit b5589b3

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# git-bot
2+
Automates committing and pushing of code
3+
4+
# Installation
5+
```sh
6+
git clone git@github.com:tarunbatra/git-bot
7+
```
8+
9+
# Usage
10+
* Crude way
11+
12+
- Run
13+
`bash git-bot.sh /path/to/project`
14+
15+
16+
* Automatic way
17+
18+
- Add your project path in `runner.sh`
19+
20+
- Run `bash runner.sh`
21+
22+
# cron
23+
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.
24+
25+
```sh
26+
00 12 * * 1-5 bash ~/Projects/git-bot/runner.sh
27+
```
28+
29+
# License
30+
MIT

0 commit comments

Comments
 (0)