Devops Interview: GIT Series: Q5. GIT STASH

Опубликовано: 03 Июль 2026
на канале: DevopsChallengeHub
53
2

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.