From 2916bf160491067fa5997ba237b416df26443c30 Mon Sep 17 00:00:00 2001 From: otizonaizit Date: Mon, 22 Sep 2025 16:16:33 +0200 Subject: [PATCH] Add new link to easy-to-read docs in the git-cheatsheet... Fixes #5 --- cheatsheet.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cheatsheet.md b/cheatsheet.md index e461269..5066e06 100644 --- a/cheatsheet.md +++ b/cheatsheet.md @@ -166,4 +166,6 @@ git help ``` Shows the manual page for the specified command (`add`, `commit`, `push`, etc.). -Official Git documentation: https://git-scm.com/docs +## Additional docs +- Official Git documentation (mildly useful): https://git-scm.com/docs +- https://ohshitgit.com/ \ No newline at end of file