Advance Git & GitHub for DevOps Engineers: Part-2
1. Git Stash: Temporarily Storing Uncommitted Changes
Git stash provides a convenient way to temporarily store uncommitted changes, allowing you to switch branches or perform other tasks without losing your work in progress.
Command:
git stash
git s...
itsabhijeet.hashnode.dev3 min read