Fix goal and congrats messages

This commit is contained in:
Mikko Reinikainen 2021-03-10 08:17:26 +02:00 committed by GitHub
parent ec9b467cc6
commit d9b6165aa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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! :)