Skip to content

Commit d88f5eb

Browse files
committed
Added sample output to README
1 parent 83e5114 commit d88f5eb

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ Monitor a repository for changes and automatically pull & push changes:
2626

2727
```
2828
gitomatic <path>
29+
30+
2019/08/03 00:16:48 Checking repository: /tmp/gitomatic-test/
31+
2019/08/03 00:16:48 Pulling changes...
32+
2019/08/03 00:16:49 New file detected: hello_world.txt
33+
2019/08/03 00:16:49 Adding file to work-tree: hello_world.txt
34+
2019/08/03 00:16:49 Creating commit: Added hello_world.txt.
35+
2019/08/03 00:16:49 Pushing changes...
36+
2019/08/03 00:16:53 Sleeping until next check in 10s...
37+
2019/08/03 00:17:03 Checking repository: /tmp/gitomatic-test/
38+
2019/08/03 00:17:03 Pulling changes...
39+
2019/08/03 00:17:07 Deleted file detected: hello_world.txt
40+
2019/08/03 00:17:07 Removing file from work-tree: hello_world.txt
41+
2019/08/03 00:17:07 Creating commit: Removed hello_world.txt.
42+
2019/08/03 00:17:07 Pushing changes...
2943
```
3044

3145
Auth methods:

0 commit comments

Comments
 (0)