Advance Git & GitHub for DevOps Engineers: Part-2
What is Git Stash?
Git stash is a Git command that allows developers to temporarily save changes made to a working directory without committing them.
The stash command works by saving the changes to a new stash, which can be reapplied later when need...
amrendra0918.hashnode.dev4 min read