Git

Backup Git Repositories

17 minute read

If you have any source code repositories hosted online, you probably don’t want to lose those. Just yesterday I converted my professional resume from ...

Git and GPG

17 minute read

GPG keys can be used to cryptographically sign your work when using Git for version control. This ties your identity to your work, whether that’s a co...