mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
Merge pull request #144 from n4mr3g/patch-1
Added info of the 'friend' repo, that the player needs to clone, in the level description.
This commit is contained in:
commit
853b8e2d53
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ cards = clone commit-auto reset-hard checkout file-new branch
|
|||
|
||||
[description]
|
||||
|
||||
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`.
|
||||
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`.
|
||||
|
||||
|
||||
[setup]
|
||||
|
||||
|
|
Loading…
Reference in a new issue