From 98e307210a11ab3754f4ae21100b410e06662929 Mon Sep 17 00:00:00 2001 From: Robert Curtin Date: Tue, 22 Oct 2024 09:31:36 -0400 Subject: [PATCH] Adding github cheat sheet --- src/links.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/links.json b/src/links.json index f0cfc81..a846cb4 100644 --- a/src/links.json +++ b/src/links.json @@ -33,6 +33,10 @@ { "title": "Habits of great software engineers", "url": "https://vadimkravcenko.com/shorts/habits-of-great-software-engineers" + }, + { + "title": "Massive GitHub cheat sheet", + "url": "https://github.com/tiimgreen/github-cheat-sheet" } ] },