This is my Git cheatsheet. I share it in case it's of any use to anyone else.Stash Commands Stashing Basic Stashing git stash # Stash changes quickly git stash save "Description" # Stash changes with a description Viewing Stas...