Fix spelling error in level stash-merge

This commit is contained in:
Charles Haines 2025-01-27 22:24:15 -05:00
parent fbe95c3580
commit c8592d8e8f

View file

@ -3,8 +3,8 @@ cards = checkout commit-auto merge reset-hard
[description] [description]
When you want to reapply your changes but you already continued working on your file, you might get When you want to re-apply your changes but you already continued working on your file, you might get
a merge conflict! Let's practise this situation. a merge conflict! Let's practice this situation.
Pop the changes from the stash with Pop the changes from the stash with
git stash pop git stash pop
and resolve the merge conflict. Commit the resolved changes and clear the stash stack afterwards. and resolve the merge conflict. Commit the resolved changes and clear the stash stack afterwards.