1.

Tell me something about git stash?

Answer»

Git stash can be used in CASES where we need to SWITCH in between branches and at the same time not wanting to lose edits in the current branch. RUNNING the git stash COMMAND basically pushes the current working directory state and index to the stack for future USE and thereby providing a clean working directory for other tasks.



Discussion

No Comment Found