Verify gpg commit signature
You can verify the gpg signature of a commit with git:
git verify-commit 360bcee8
You can verify the gpg signature of a commit with git:
git verify-commit 360bcee8
I was needing some help with stashing code that was not staged (while leaving the staged code) and found Hashrocket's TIL helpful:
Stashing Only Unstaged Changes
git stash -k