Merge pull request #54 from mtreinik/main

Fix goal and congrats messages
This commit is contained in:
blinry 2021-03-24 14:11:04 +01:00 committed by GitHub
commit 6ff58f7354
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. 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! 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! :)