From ce9c2add5665a23c04958aca54aef8e4f0f9d456 Mon Sep 17 00:00:00 2001 From: Dmitry Gusev Date: Fri, 31 Oct 2014 17:30:04 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d9f425..dcc2222 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ How it works? You create new Git repo for your notes with an empty file `.sublime-text-git-autocommit`. This way plugin knows that it should enable auto-commits for files in this repo. -Changes committed when you used Sublime to either: - * save any file in your Git repo, - * or with a 30 seconds delay after you made any changes to the files. +Changes committed when you either: + * saved a file in your Git repo, + * or after you made changes to the files (in a 30 seconds delay). Every changed file added & committed separately with commit message like: > Auto-committing 'TODO.txt' @@ -41,7 +41,7 @@ git init touch .sublime-text-git-autocommit git commit -am "Commit .sublime-text-git-autocommit" ``` - 3. Create one or more text files at the same folder and make your notes in there + 3. Create one or more text files at the same folder and make your notes in them ``` touch TODO @@ -49,6 +49,7 @@ touch Clipboard ``` 4. All changes made via Sublime to these files will be committed automatically (nested folders ignored) + How to view history? ====================