diff --git a/levels/stash/stash-branch b/levels/stash/stash-branch index fa3f9fc..c9209f7 100644 --- a/levels/stash/stash-branch +++ b/levels/stash/stash-branch @@ -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 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! :)