Day 11: Advance Git & GitHub for DevOps Engineers: Part-2
Git Stash:
Let's first discuss what we mean by 'stash', i.e. store something safely in a hidden place. Hence git stash is a command temporarily saves your data without committing them. This is useful when you need to switch to a different branch to ...
dwarkajha.hashnode.dev3 min read