stash
Puts local changes in to stash. They don't get committed to the branch so it's useful for saving your work in progress.
git stash
copy
Puts local changes in to stash. They don't get committed to the branch so it's useful for saving your work in progress.
git stash
copy