What is the purpose of the
git stash command?
A) Save untracked changes to a
branch.
B) Temporarily save changes and clear
the working directory.
C)Permanently delete changes from
the working directory.
D)Create a new branch from the
current state.