Stash uncommited changes 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 Example: git stash with comment message git stash save "saving ak-cli stash" Demo Related Check status Stash File Stash List Stash Revert