Tag Archives: update

New GPG Key

—–BEGIN PGP SIGNED MESSAGE—– Hash: SHA1,SHA512 Date: 22 JUNE 2014 For a number of reasons[0], I’ve recently set up a new OpenPGP key, and will be transitioning away from my old one. The old key will continue to be valid for some time, but i prefer all future correspondence to come to the new one. […]

Git and Github: keeping a feature branch updated with upstream?

Git and github, you gotta love them for managing and contributing to (FLOSS) projects. Contributing to a Github hosted project becomes very easy. Fork the project to your personal Github account, clone your fork locally, create a feature branch, make some patch, commit, push back to your personal Github account, and issue a pull request […]