mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
adding "turquoise" as valid win condition instead of green + blue
This commit is contained in:
parent
34b348c8f9
commit
4a754cfe4e
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
title = Problems
|
||||
cards = checkout add pull push commit-auto
|
||||
cards = checkout add pull push commit-auto merge
|
||||
|
||||
[description]
|
||||
|
||||
|
@ -30,4 +30,4 @@ test "$(git status -s)" = ""
|
|||
[win friend]
|
||||
|
||||
# Look at your friend's suggestion, make a compromise, and push it back.
|
||||
git show main:file | grep green && git show main:file | grep blue
|
||||
git show main:file | grep green && git show main:file | grep blue || git show main:file | grep turquoise
|
||||
|
|
Loading…
Reference in a new issue