Advance Git & GitHub for DevOps Engineers: Part-2
1.Git Stash:
Git stash is a feature in Git that allows you to temporarily save changes you've made to your working directory without committing them. Here's a brief overview of how to use Git Stash.
To save your changes, run the following command:
...
gurudath.hashnode.dev5 min read