What is a Git stash?
- Hidden folder
- Temporary storage for uncommitted changes
- Backup location
- Archive file
Explanation
Git stash temporarily saves your uncommitted changes so you can work on something else and come back later.
Explanation
Git stash temporarily saves your uncommitted changes so you can work on something else and come back later.