git stash apply command is used for bringing the works back to the working DIRECTORY from the stack where the CHANGES were stashed using git stash command.
This helps the developers to resume their work where they had LASTLEFT their work before SWITCHING to other branches.