Suppose you're working on something when another request comes in, and you need to stop your current work and temporarily switch branches. In this situation, committing incomplete work feels awkward. What should you do?
Apply latest stash
A command that allows you to temporarily save unfinished work to a stack. This enables you to avoid committing incomplete work and retrieve it later to finish.

Seonglae Cho![[Git] git stash 명령어 사용하기 - Heee's Development Blog](https://www.notion.so/image/https%3A%2F%2Fgmlwjd9405.github.io%2Fassets%2Fimg%2Fheee.png?table=block&id=4978987f-8f61-4236-871c-621b3d893ccf&cache=v2)
