From d88f5eb8c5989c2654867ae664bc6e7c54df7267 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 3 Aug 2019 00:18:35 +0200 Subject: [PATCH] Added sample output to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e8042e3..5e836fe 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,20 @@ Monitor a repository for changes and automatically pull & push changes: ``` gitomatic + +2019/08/03 00:16:48 Checking repository: /tmp/gitomatic-test/ +2019/08/03 00:16:48 Pulling changes... +2019/08/03 00:16:49 New file detected: hello_world.txt +2019/08/03 00:16:49 Adding file to work-tree: hello_world.txt +2019/08/03 00:16:49 Creating commit: Added hello_world.txt. +2019/08/03 00:16:49 Pushing changes... +2019/08/03 00:16:53 Sleeping until next check in 10s... +2019/08/03 00:17:03 Checking repository: /tmp/gitomatic-test/ +2019/08/03 00:17:03 Pulling changes... +2019/08/03 00:17:07 Deleted file detected: hello_world.txt +2019/08/03 00:17:07 Removing file from work-tree: hello_world.txt +2019/08/03 00:17:07 Creating commit: Removed hello_world.txt. +2019/08/03 00:17:07 Pushing changes... ``` Auth methods: