]> rtime.felk.cvut.cz Git - hubacji1/oneflow.git/blobdiff - README.md
Add coffe
[hubacji1/oneflow.git] / README.md
index 2a87cae8cd541f06a71cd3967881117d41391ab5..ace8549093257dba820e84813c6b402bdbe3a5ec 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,23 +1,8 @@
 # OneFlow playground
-The purpose of this repo is to play!
+The purpose of this repo is to play! Real fun!
 
-# Git is ...
-Source Code Management (SCM) and it's great. Check out https://git-scm.com/ for
-details.
-
-# Init - do it once per repository
-You may clone it like `git clone URL` or create one from a folder by `git
-init`.
-
-Also, just after first commit, you may be asked to set up your name and email
-address with `git config ...` command. If `--global` is used the name and/or
-email will be automatically used for all the commits.
-
-# Explore - check out the repository history
-The command that show the whole history is `git log`. The history is build from
-commits - changes to files in row scale.
-
-The changes of the commit can be shown by `git show COMMIT_ID`. Where the
-`COMMIT_ID` is the identifier obtained from `git log` command.
-
-# Log changes - build repository history
+# Parts
+- [Git intro](./intro.md)
+- [Branching](./branching.md)
+- [Remote](./remote.md)
+- [OneFlow](./oneflow.md)