Answer Posted / Bhupesh Kumar Gautam
The Git stash command is used to save your local modifications (stashes) away, allowing you to work on a different branch without losing any changes. You can retrieve the saved changes later using the git stash apply command.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers