Day 11 Task: Advance Git & GitHub for DevOps Engineers: Part-2
Git Stash
In git stash command is used to temporarily save changes that you've made to your working directory but are not ready to commit.
This can be useful when you need to switch to a different branch, pull changes from a remote repository, or p...
manasaj.hashnode.dev2 min read