Day 11: Advance Git & GitHub for DevOps Engineers: Part-2
Git Stash
Save Changes Temporarily: π¦
git stash saves changes in your working directory without committing.
Switch Branches Safely: π
Useful for switching to another branch without committing current changes.
Apply Stashed Changes: π
git ...
captainkishan.hashnode.dev3 min read