Git
-
Ignore RuboCop Changes in git blame
Have you ever run
git blame
, looked at the commit for a line, and seen some big refactoring or formatting commit? It’s so frustrating not to be able to find the useful context on changes when this happens. When adding StandardRB or RuboCop, or when making changes to your.rubocop.yml
...
-
Signing Git Commits with Your SSH Key
You may already be signing your Git commits with a GPG key, but as of today you can instead choose to sign with your SSH key! Signing in SSH is a relatively new feature that lets you use your private SSH key to sign arbitrary text and others to verify that signature with your public key.
-
What is this PGP Thing, And How Can I Use It?
The need to keep your personal information, sensitive or nonsensitive, secure from prying eyes isn’t new, but recent events have brought it back into the public eye.
In this workshop, we’ll build and upload public keys, explore Git commit signing, and learn to sign others’ PGP keys. If we have...
-
PGP and You
Learn not only how to use PGP, but why each step is important and how to make decisions when interacting with PGP.
-
How to Accidentally Learn Vim
I have a confession to make: I wasn’t always a Vim user.
-
It’s for the Orphans!
I often come across GitHub Pages branches (
gh-pages
) branches that are simply forks from themaster
branch of the repository.