Advanced Git & GitHub for DevOps Engineers
What is Git Stash?
With Git, you can save your uncommitted changes in a temporary file without committing or discarding them by using the stash command. When you need to swap branches or work on something different without losing your modifications, ...
samargeet.hashnode.dev6 min read