This will stash all the uncommited changes
git stash save {{COMMENT_MESSAGE}}
- COMMENT_MESSAGE: Message needs to be added to the stash. This is optional
git stash
git stash save "saving ak-cli stash"
This will stash all the uncommited changes
git stash save {{COMMENT_MESSAGE}}
git stash
git stash save "saving ak-cli stash"