From 824c833b860f4b8e5ebe35617eb54b1a02abbd5f Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 4 Aug 2019 12:40:42 +0200 Subject: [PATCH] Updated README to reflect latest changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6a12c0..da31a23 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,14 @@ gitomatic 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 Creating commit: Add 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 Creating commit: Remove hello_world.txt. 2019/08/03 00:17:07 Pushing changes... ```