What is a Git stash?
- Archive file
- Hidden folder
- Temporary storage for uncommitted changes
- Backup location
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.