DAY 11 DevOps challenge
Jul 5, 2023 · 6 min read · ✔️ What is git stash ? It allows you to temporarily store changes that are not ready for committing. Stashed changes are saved separately from your commits. You can use git stash save to create a new stash with an optional message. Stashes can be...
Join discussion