From b798411e8dd46f0c05c9e99abe6af9cb37a5977f Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Fri, 3 Oct 2025 22:40:03 +0200 Subject: [PATCH] reference: link to our own cheat sheet From the reference overview we were linking to two cheat sheets: * https://training.github.com/: By GitHub, but doesn't look really well maintained. * https://ndpsoftware.com/git-cheatsheet.html: Which looks fancy, but is behind a self-signed SSL certificate. Since https://github.com/git/git-scm.com/pull/2049 we have our own cheat sheet, link to that one instead. --- layouts/partials/ref/index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/layouts/partials/ref/index.html b/layouts/partials/ref/index.html index 357c303a6f..551935449d 100644 --- a/layouts/partials/ref/index.html +++ b/layouts/partials/ref/index.html @@ -3,10 +3,8 @@

Reference

- Quick reference guides: - GitHub Cheat Sheet - | - Visual Git Cheat Sheet + Quick reference guide: + Cheat Sheet