Stash
Use Stash to save current changes in a temporary memory.
Create
Warning
Untracked changes are not stashed
Always use git status
first
Info
Untracked changes are also stashed !
Info
Stash is saved with the name "My stash cool name"
List
Exemple
Return a stash list
Apply
Bring changes back
Delete
Delete remaining stash
Show
Display changes saved in stash
Info
Show most recent stash
Info
Show stash n°1
Tip
Add more details with -p
Stash to another branch
Use Case : Move all current changes to a new branch
Info
Automatically create & move you to 'iglooStash' branch
Move changes to this branch
Remove latest stash