Temporary saving of work using git stash
Introduction git stash to temporarily save changes you are working on. How to use it Save changes temporarily git stash This saves the changes in your current working directory to a stash, leaving your working directory clean. Apply the stash...