mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-20 16:20:18 +01:00
fix: typo in level stash
This commit is contained in:
parent
f8f562b742
commit
cb1c0c2848
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ cards = checkout commit-auto merge reset-hard
|
||||||
[description]
|
[description]
|
||||||
|
|
||||||
You will encounter situations in which you are working on your project but you need to
|
You will encounter situations in which you are working on your project but you need to
|
||||||
put your current changes aride temporarily. To do so, you can use the stash function. Use
|
put your current changes aside temporarily. To do so, you can use the stash function. Use
|
||||||
git stash push
|
git stash push
|
||||||
to add your current changes to the stash stack.
|
to add your current changes to the stash stack.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue