Setting Up GPG to Verify Commits on Windows

Git is a powerful version control system that allows developers to track changes in their codebase. When collaborating on projects, it’s essential to verify the authenticity of commits to ensure the integrity of the code. One way to achieve this is by using GPG (GNU Privacy Guard) to sign and verify commits. In this guide, we’ll walk you through the process of setting up GPG to verify commits on a Windows machine....

October 10, 2023 · 3 min · 524 words · Haziq Rohaizan

Connecting to Github With SSH on Windows

Secure Shell (SSH) is a cryptographic network protocol used for secure communication over unsecured networks. It’s commonly used for securely accessing remote servers and services like GitHub. By setting up SSH on your Windows machine and linking it to your GitHub account, you can interact with your repositories using secure, encrypted connections. In this guide, we’ll walk you through the steps to set up SSH on GitHub and Windows. Prerequisites Before we begin, make sure you have the following:...

September 30, 2023 · 3 min · 570 words · Haziq Rohaizan