Merging Theory and Practice in Advanced Git Workflows for DevOps
Git Stash
Git Stash allows you to temporarily save changes that you aren't ready to commit yet. It removes the changes from your working directory and stores them in a stash stack. You can later retrieve and apply these changes using git stash pop. T...
90days.hashnode.dev5 min read