adding "turquoise" as valid win condition instead of green + blue

This commit is contained in:
bleeptrack 2021-01-14 11:44:23 +01:00
parent 34b348c8f9
commit 4a754cfe4e

View file

@ -1,5 +1,5 @@
title = Problems title = Problems
cards = checkout add pull push commit-auto cards = checkout add pull push commit-auto merge
[description] [description]
@ -30,4 +30,4 @@ test "$(git status -s)" = ""
[win friend] [win friend]
# Look at your friend's suggestion, make a compromise, and push it back. # 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