A git stash cheat sheet
A summary of usages of git stash commands: 1. List current stashes 2. Deleting stashes Delete all stashes: Delete specific stash (stash id in quotes on PowerShell): 3. Save stash(es), annotated with a message 4. Apply the most recent stash 5. Apply a specific stash or use stash{0}: If you are using a Powershell-based command …