mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-31 07:09:58 +02:00
Readme changes
I missed these two when I was going through the first time. "ot" to "to" and "github" to "Github".
This commit is contained in:
parent
84a9adea01
commit
27877754c1
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# LearnGitBranching
|
||||
|
||||
LearnGitBranching is a pseudo-git sandbox and interactive series of tutorials / challenges to accelerate the understanding of how git commit trees work. The ideal audience is a complete newcomer to git, but a wide range of experience levels should be able ot benefit from these tutorials.
|
||||
LearnGitBranching is a pseudo-git sandbox and interactive series of tutorials / challenges to accelerate the understanding of how git commit trees work. The ideal audience is a complete newcomer to git, but a wide range of experience levels should be able to benefit from these tutorials.
|
||||
|
||||
It supports a fairly wide range of commands and dynamically visualizes the effects each change has on a commit tree visualization next to the command box:
|
||||
|
||||
|
@ -22,7 +22,7 @@ Type `levels` to see the available levels. These are a mix of tutorials and chal
|
|||
|
||||
### Level Builder
|
||||
|
||||
You can build levels with `build level`. The dialog should walk you through the majority of the commands -- at the end you will get a JSON blob that you can share with friends or paste into a github issue.
|
||||
You can build levels with `build level`. The dialog should walk you through the majority of the commands -- at the end you will get a JSON blob that you can share with friends or paste into a Github issue.
|
||||
|
||||
### Contributing Levels
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue