Tagged git

GPG Key?

I recently bought a Yubikey 4 with the intent of playing around with it, setting up SSH to let me use it for authentication, and maybe even using it to sign some things in git. I forgot the part where that meant using gpg again...

Thus begins today's story...

Basically …

New Initial Commit in Git

If you're trying to use git's rebase command on your repo's first commit, you may not feel there are many options. What I found you could do is to create an empty commit in a new blank branch, and then rebase everything else off of that commit, essentially creating a …