Advance Git & GitHub for DevOps Engineers: Part-2
Git Stash:
Git stash is a very powerful feature that allows you to save your work in progress without committing the changes to the repository.It acts like a temporary storage area for the changes that are not ready to be committed yet.The git stash ...
devops-kavitha.hashnode.dev2 min read