Day 11 Task: Advance Git & GitHub for DevOps Engineers: Part-2
Git Stash:
Git stash is a lifesaver when you want to save changes you've made in your working directory but aren't ready to commit them.
It allows you to switch to a different branch without worrying about losing your changes.
By creating a new br...
arvindjaiswal.hashnode.dev5 min read