mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-13 19:04:54 +01:00
Fix goal and congrats messages
This commit is contained in:
parent
ec9b467cc6
commit
d9b6165aa8
1 changed files with 2 additions and 4 deletions
|
@ -10,8 +10,6 @@ If you just want to use the latest stash entry, you can leave the <stash> option
|
||||||
|
|
||||||
Create a new branch from the stashed changes!
|
Create a new branch from the stashed changes!
|
||||||
|
|
||||||
Clear you stash stack!
|
|
||||||
|
|
||||||
---
|
---
|
||||||
tipp1
|
tipp1
|
||||||
---
|
---
|
||||||
|
@ -38,7 +36,7 @@ git checkout main
|
||||||
|
|
||||||
[win]
|
[win]
|
||||||
|
|
||||||
# Did you clear your stash stack?
|
# Did you create a new branch from the stashed changes?
|
||||||
test "$(git branch --list| wc -l)" -ge 2
|
test "$(git branch --list| wc -l)" -ge 2
|
||||||
|
|
||||||
[actions]
|
[actions]
|
||||||
|
@ -47,4 +45,4 @@ test "$(git branch --list| wc -l)" -ge 2
|
||||||
|
|
||||||
[congrats]
|
[congrats]
|
||||||
|
|
||||||
All clear! :)
|
Stashed changes are in a new branch! :)
|
||||||
|
|
Loading…
Reference in a new issue