From e2e0d8a79d37f0a740d73a500daa99788fed6614 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:21:09 +0000 Subject: [PATCH 1/2] fix(goodies): reduce gitcheatsheet header image size with maxHeight 300 Agent-Logs-Url: https://github.com/TechWatching/techwatching.dev/sessions/2177d857-3902-4680-8f29-91f7a18da41e Co-authored-by: TechWatching <15186176+TechWatching@users.noreply.github.com> --- content/3.goodies/1.gitcheatsheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/3.goodies/1.gitcheatsheet.md b/content/3.goodies/1.gitcheatsheet.md index fc1ff4e4..00c49b1b 100644 --- a/content/3.goodies/1.gitcheatsheet.md +++ b/content/3.goodies/1.gitcheatsheet.md @@ -4,6 +4,7 @@ lead: Useful git commands description: Another git cheat sheet like you'll find plenty of, but this one doesn't list basic commands. Instead it focuses on explaining which less-known git commands you will need depending on the situation you find yourself in. image: src: /goodies/gitcheatsheet.webp + maxHeight: 300 --- You can find many nice git cheat sheets everywhere on the web, but let's just quote GitHub's [git cheat sheet](https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf) which provides you with most useful git commands. That is not my intent, I won't enumerate all basic commands everybody knows and uses everyday, but list some commands that I use less often and that I want to remind myself of, often because I can never remember their exact syntax. From a1047fb6b78aa9f0a15d488e213d481a18541c4a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Apr 2026 14:38:53 +0000 Subject: [PATCH 2/2] fix(goodies): bump gitcheatsheet image maxHeight to 400 to keep logo and title visible Agent-Logs-Url: https://github.com/TechWatching/techwatching.dev/sessions/d68b5fd1-bf13-4519-b4f3-e886f8082070 Co-authored-by: TechWatching <15186176+TechWatching@users.noreply.github.com> --- content/3.goodies/1.gitcheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/3.goodies/1.gitcheatsheet.md b/content/3.goodies/1.gitcheatsheet.md index 00c49b1b..abdacfb9 100644 --- a/content/3.goodies/1.gitcheatsheet.md +++ b/content/3.goodies/1.gitcheatsheet.md @@ -4,7 +4,7 @@ lead: Useful git commands description: Another git cheat sheet like you'll find plenty of, but this one doesn't list basic commands. Instead it focuses on explaining which less-known git commands you will need depending on the situation you find yourself in. image: src: /goodies/gitcheatsheet.webp - maxHeight: 300 + maxHeight: 400 --- You can find many nice git cheat sheets everywhere on the web, but let's just quote GitHub's [git cheat sheet](https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf) which provides you with most useful git commands. That is not my intent, I won't enumerate all basic commands everybody knows and uses everyday, but list some commands that I use less often and that I want to remind myself of, often because I can never remember their exact syntax.