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