File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,20 @@ Monitor a repository for changes and automatically pull & push changes:
2626
2727```
2828gitomatic <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
3145Auth methods:
You can’t perform that action at this time.
0 commit comments