]> rtime.felk.cvut.cz Git - hubacji1/oneflow.git/commitdiff
Fix Commit heading
authorJiri Hubacek <hubacji1@fel.cvut.cz>
Thu, 28 Jun 2018 05:29:31 +0000 (07:29 +0200)
committerJiri Hubacek <hubacji1@fel.cvut.cz>
Thu, 28 Jun 2018 05:29:31 +0000 (07:29 +0200)
README.md

index dccf3e03c59d31e42062b30e6c576552be93ace0..64f89c7c374b3e89fc3cd9e249a86660345c32e2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ that are ready.
 The `git diff` command shows *changes* in not-yet-ready files and `git diff
 --cached` shows *changes* that are ready to be committed.
 
-# Log changes - build repository history
+# Commit - build repository history
 You get ready the files to be commited to the history by `git add FILE`
 command. If you change your mind, you may `git reset FILE` that file.