mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-13 19:04:54 +01:00
deleted the .po level files and added dir italian levels in dir levels and made some changes to the scripts
This commit is contained in:
parent
e802402b48
commit
af776bd3c2
210 changed files with 3381 additions and 2243 deletions
|
@ -9,7 +9,7 @@ Oh no! You have lost your key at some point during the day!
|
|||
|
||||
Sure, you could look at every single commit in an attempt to find it - but there's a better way: your time machine has a built-in way to find the point in time where things went wrong quickly!
|
||||
|
||||
First, play the "bisect start" card. Then, go to a commit where you don't have the key, and play the "bisect bad" card. Likewise, go to a commit early on where you have the key *in your pocket*, and play the "bisect good" card.
|
||||
First, play the "bisect start" card. Then, go to a commit where you don't have the key, and play the "bisect bad" card. Likewise, go to a commit early on where you have the key *in your pocket*, and play the "bisect good card".
|
||||
|
||||
After you've found the last good commit, reset the main branch to it. What happened to the key after you lost it?
|
||||
|
|
@ -3,7 +3,7 @@ cards = checkout commit-auto
|
|||
|
||||
[description]
|
||||
|
||||
The yellow boxes are frozen points in time, we call them 'commits'! You can travel between them using the "checkout" card! (Try it!)
|
||||
The yellow boxes are frozen points in time, we call them "commits"! You can travel between them using the "checkout" card! (Try it!)
|
||||
|
||||
Can you find out what happened here? Then, while on the last commit, edit the files to fix the problem, and make a new commit!
|
||||
|
|
@ -5,7 +5,7 @@ cards = init
|
|||
|
||||
You've been accepted to time travel school! Yay! It's your first day! Your teacher explains:
|
||||
|
||||
'To do anything with a time machine, you first need to initialize it!'
|
||||
"To do anything with a time machine, you first need to initialize it!"
|
||||
|
||||
Drag that blue card up to play it!
|
||||
|
|
@ -3,7 +3,7 @@ cards =
|
|||
|
||||
[description]
|
||||
|
||||
So you have decided to apply for time travel school, to learn how to use this time machine called 'Git'!
|
||||
So you have decided to apply for time travel school, to learn how to use this time machine called "Git"!
|
||||
|
||||
How exciting!
|
||||
|
|
@ -3,8 +3,7 @@ cards = clone commit-auto reset-hard checkout file-new branch
|
|||
|
||||
[description]
|
||||
|
||||
Your friend has a problem! Clone the repo located in `../friend`, create a branch called "solution", and fix the problem in this branch. When you're ready, make a "Pull Request" by using `git tag pr`.
|
||||
|
||||
Your friend has a problem! Clone the repo, create a branch called "solution", and fix the problem in this branch. When you're ready, make a "Pull Request" by using `git tag pr`.
|
||||
|
||||
[setup]
|
||||
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue