Merge pull request #64 from kunzaatko/patch-1

Fix: typo
This commit is contained in:
blinry 2021-03-24 14:21:15 +01:00 committed by GitHub
commit 9b7cc5de02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <branchname> <stash>
If you just want to use the latest stash entry, you can leave the <stash> option empty.