Today I Learned

A CCSalesPro project TwitterFollow on Twitter

2 posts about #git

Verify gpg commit signature

You can verify the gpg signature of a commit with git:

git verify-commit 360bcee8

TILs can be helpful! git stash only unstaged

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