stash command code example
Example 1: git stash clean command
git stash clear
Example 2: git stash
//to restrict file to add for commit
git stash pathOfFile
git stash clear
//to restrict file to add for commit
git stash pathOfFile