Git Stash: Git stash stores the changes you made to the working directory locally (inside your project's . git directory; /. git/refs/stash, to be precise) and allows you to retrieve the changes when you need them. To use Git stash, you first create ...
rimo.hashnode.dev4 min read
No responses yet.