mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-11 19:04:50 +01:00
Fix: typo
This commit is contained in:
parent
ec9b467cc6
commit
c979939905
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue