Fix: typo

This commit is contained in:
Martin Kunz 2021-03-20 17:32:15 +01:00 committed by GitHub
parent ec9b467cc6
commit c979939905
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] [description]
If you want to keep your changes but they don't belong to the main branch, you can easily 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> git stash branch <branchname> <stash>
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.