Merge pull request #82 from blanorama/patch-1

fix: typo in level stash
This commit is contained in:
blinry 2021-03-30 18:10:58 +02:00 committed by GitHub
commit 44666d59ef
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]
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.