Day 11: Advance Git & GitHub (Part-2)
Git Stash:
Purpose: Temporarily saves changes in your working directory without committing them.
Use Case: When switching to a different branch but not ready to commit current changes.
Commands:
git stash: Saves changes and removes them from the...
sahilkaushal.hashnode.dev3 min read