git stash nom code example
Example 1: git stash command with name
git stash save "my_stash"
Example 2: git stash
//to restrict file to add for commit
git stash pathOfFile
git stash save "my_stash"
//to restrict file to add for commit
git stash pathOfFile