📂Day 11 - Advance Git & GitHub for DevOps Engineers: Part-II
Feb 11, 2024 · 3 min read · 🟡 Git Stash In simple terms, git stash is like putting your changes aside temporarily. It allows you to save your work without committing it, so you can switch to another task or branch and then come back to your changes later. It's useful when you...
Join discussion