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