Git & GitHub - Temporary Commits & Rewriting History
Temporarily Commits
When working with Git, it is sometimes useful to temporarily store your modified, tracked files so that you can change branches without losing your changes. This can be done using the git stash command.
The git stash command will ...
bhuvaneshprasad.hashnode.dev3 min read