This will stash a specific file
git stash push -m {{COMMENT_MESSAGE}} {{FILE_NAME}}
- COMMENT_MESSAGE: Message needs to be added to the stash.
- FILE_NAME: Name or path of the file, which needs to be stashed
git stash push -m "ak-cli-file" ak-cli/commands/git/git-stash-file.md