From d9b6165aa874fa4f59a34d43604f2808b6fd930c Mon Sep 17 00:00:00 2001 From: Mikko Reinikainen Date: Wed, 10 Mar 2021 08:17:26 +0200 Subject: [PATCH] Fix goal and congrats messages --- levels/stash/stash-branch | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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! :)