Day 17 of 90 Days of DevOps Challenge: Mastering Git: Stash, Merge, Rebase, Fetch, Tags & Handling Conflicts
What is git stash?
It is a Git command that allows you to temporarily save your uncommitted changes (both tracked and untracked) without committing them to your current branch. It’s useful when switching branches, but you don’t want to lose or commit...
zerotoroot.hashnode.dev5 min read