1.

What does git stash apply command do?

Answer»
  • 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 LAST LEFT their work before SWITCHING to other branches.


Discussion

No Comment Found