All posts

Tag

#git

4 posts

AI co-authored

Signing git commits with SSH keys

Sign your Git commits with the SSH key you already use for authentication — simpler than GPG, and verified on GitHub with an allowed-signers file.

  • devops
  • git
  • ssh

Using Git Tags: A Practical Guide

Lightweight and annotated Git tags, when to use each, and how to create, push, list and delete them for marking releases.

  • git
  • version-control
  • development
AI co-authored

Using git reset

What git reset actually does — soft, mixed and hard — with worked examples for undoing commits and unstaging files without losing work.

  • sysadmin
  • devops
  • linux
  • git
AI co-authored

Getting started with Git

A beginner's guide to Git — installing it, setting your identity, staging and committing changes, and understanding how distributed version control works.

  • sysadmin
  • devops
  • linux
  • programming