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