From cb1c0c284856b569fc68caceb7d9f41144cc6744 Mon Sep 17 00:00:00 2001 From: Eugen Blattner Date: Mon, 29 Mar 2021 02:02:41 +0200 Subject: [PATCH] fix: typo in level stash --- levels/stash/stash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/levels/stash/stash b/levels/stash/stash index 0a135f4..6a4bc61 100644 --- a/levels/stash/stash +++ b/levels/stash/stash @@ -4,7 +4,7 @@ cards = checkout commit-auto merge reset-hard [description] 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 to add your current changes to the stash stack.