From c97993990599cb74cf26b9985a6bcb6987eee190 Mon Sep 17 00:00:00 2001 From: Martin Kunz Date: Sat, 20 Mar 2021 17:32:15 +0100 Subject: [PATCH] Fix: typo --- levels/stash/stash-branch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.