mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-03-31 18:02:20 +02:00
Fix control in [win] seccion on checkout-commit
This commit is contained in:
parent
c92afeaf55
commit
7f2fa3039f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ git branch -df main
|
|||
[win]
|
||||
|
||||
# Restore sisterly peace.
|
||||
{ git show HEAD:piggy_bank | grep "10 coins"; } && { git show HEAD:little_sister | grep -v "10 coins"; } && { git rev-parse HEAD^^^; }
|
||||
{ git show HEAD:piggy_bank | grep "10 coins"; } && { test $(git show HEAD:little_sister | wc -l) -eq $(git show HEAD:little_sister | grep -v "10 coins" | wc -l); } && { git rev-parse HEAD^^^; }
|
||||
|
||||
[congrats]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue