mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-05 05:02:02 +02:00
Add sandbox button to the title, and add CLI badge explainer
This commit is contained in:
parent
cab8a9837c
commit
13dc516edf
9 changed files with 30 additions and 8 deletions
levels/sandbox
|
@ -1,3 +1,7 @@
|
|||
title = Empty sandbox
|
||||
|
||||
[description]
|
||||
|
||||
This is an empty sandbox you can play around in.
|
||||
|
||||
[setup]
|
||||
|
|
2
levels/sandbox/sequence
Normal file
2
levels/sandbox/sequence
Normal file
|
@ -0,0 +1,2 @@
|
|||
empty
|
||||
three-commits
|
|
@ -1,4 +1,5 @@
|
|||
title = Three commits
|
||||
title = Sandbox
|
||||
cards = checkout add reset-file checkout-file commit merge rebase
|
||||
|
||||
[setup]
|
||||
|
||||
|
@ -16,9 +17,9 @@ git branch not_main
|
|||
|
||||
[description]
|
||||
|
||||
That's all for now! Here's a sandbox you can play around in.
|
||||
Here's a sandbox you can play around in.
|
||||
|
||||
Did you see the black terminal at the very bottom? All cards you play translate into actual commands, and there'a a real Git repo behind this! Fun things to try:
|
||||
You can use both the playing cards, as well as the terminal. Fun things to try:
|
||||
|
||||
- Make a commit that merges three timelines together at once!
|
||||
- Create some tags!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue