diff --git a/levels/stash/stash-branch b/levels/stash/stash-branch index fa3f9fc..bef5de2 100644 --- a/levels/stash/stash-branch +++ b/levels/stash/stash-branch @@ -4,7 +4,7 @@ cards = checkout commit-auto merge reset-hard [description] If you want to keep your changes but they don't belong to the main branch, you can easily -create a new branch from your stashed shanges. Just use +create a new branch from your stashed changes. Just use git stash branch If you just want to use the latest stash entry, you can leave the option empty.