Day11/90DaysofDevOps challenge-Advance Git & GitHub for DevOps Engineers: Part-2
Git stash:
In Git, the git stash command is used to save changes that are not ready to be committed yet, allowing you to switch to a different branch or work on a different task without committing incomplete work. It temporarily stores your modificat...
akhilanto.hashnode.dev4 min read