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