]> rtime.felk.cvut.cz Git - hubacji1/oneflow.git/blob - README.md
Add init info
[hubacji1/oneflow.git] / README.md
1 # OneFlow playground
2 The purpose of this repo is to play!
3
4 # Git is ...
5 Source Code Management (SCM) and it's great. Check out https://git-scm.com/ for
6 details.
7
8 # Init - do it once per repository
9 You may clone it like `git clone URL` or create one from a folder by `git
10 init`.
11
12 Also, just after first commit, you may be asked to set up your name and email
13 address with `git config ...` command. If `--global` is used the name and/or
14 email will be automatically used for all the commits.
15
16 # Explore - check out the repository info
17
18 # Log changes - build repository history