mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
Polish some levels in the first chapters, and the branch-delete icon
This commit is contained in:
parent
f7351316bc
commit
2250b9b473
6 changed files with 18 additions and 48 deletions
|
@ -22,8 +22,6 @@ test -d .git
|
|||
|
||||
[congrats]
|
||||
|
||||
Cool! When you don't use the cards in a level, you'll get a golden sparkling "command line badge"! See it in the top left?
|
||||
Cool! Instead of using the playing cards, you can also do everything via the command line!
|
||||
|
||||
The command line is pretty powerful! Often, you can use it to solve tasks faster compared to using a graphical interface.
|
||||
|
||||
It's also totally optional in this game. But if you want to learn how to use Git from the command line, we invite you to this challenge! :)
|
||||
|
|
|
@ -3,9 +3,7 @@ cards = commit-auto
|
|||
|
||||
[description]
|
||||
|
||||
You can use your time machine to make snapshots of objects around you!
|
||||
|
||||
Here, let's practice this!
|
||||
You can use your time machine to make snapshots of objects around you! Here, let's practice this!
|
||||
|
||||
(Your teacher pours some water into a glass.)
|
||||
|
||||
|
|
|
@ -22,6 +22,8 @@ git add .
|
|||
git commit -m "Initial version"
|
||||
git push -u teacher main
|
||||
|
||||
git update-ref -d refs/remotes/teacher/main
|
||||
|
||||
[setup teacher]
|
||||
|
||||
git reset --hard main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue