Process Flow - Creating named stashes
Make changes in working directory
Run git stash save with a name
Git saves changes as a named stash
List stashes to see the named stash
Apply or drop stash by name or index
This flow shows how you make changes, save them with a name using git stash, then manage those named stashes.