From 32448c72c61d99b19adab24bd758f2c5cae2da3d Mon Sep 17 00:00:00 2001 From: bartvanhoey Date: Sun, 28 Jun 2026 12:22:07 +0200 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=8E=A8=20style:=20fix=20capitalisatio?= =?UTF-8?q?n=20of=20VS=20Code,=20ABP=20CLI=20and=20PowerShell=20in=20READM?= =?UTF-8?q?E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e11fd63..a1b488c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ git config core.hooksPath .githooks | Topic | |-------| -| [Tips & Tricks in VsCode](Documents/VsCode.md) | +| [Tips & Tricks in VS Code](Documents/VsCode.md) | | [Rider Keyboard Shortcuts](Documents/Rider.md) | | [Vim Editor](Documents/VimEditor.md) | | [Notepad++](Documents/NotepadPlusPlus.md) | @@ -40,7 +40,7 @@ git config core.hooksPath .githooks |-------| | [.NET](Documents/DotNet.md) | | [EF Core](Documents/EntityFrameworkCore.md) | -| [ABP cli](Documents/ABPcli.md) | +| [ABP CLI](Documents/ABPcli.md) | | [Advanced C#](Documents/AdvancedCSharp.md) | | [Tips & Tricks in Blazor](Documents/Blazor.md) | @@ -67,5 +67,5 @@ git config core.hooksPath .githooks |-------| | [All about Git](Documents/Git.md) | | [Command Line Commands](Documents/TopTenCommandLineCommands.md) | -| [Powershell](Documents/PowerShell.md) | +| [PowerShell](Documents/PowerShell.md) | | [Chrome](Documents/Chrome.md) | From 96b142e5af3feb2b014e109ed6047ea044bb0aa1 Mon Sep 17 00:00:00 2001 From: bartvanhoey Date: Sun, 28 Jun 2026 12:24:54 +0200 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=8E=A8=20style:=20simplify=20README?= =?UTF-8?q?=20link=20labels=20by=20removing=20"Tips=20&=20Tricks=20in"=20p?= =?UTF-8?q?refix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1b488c..77a7579 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ git config core.hooksPath .githooks | Topic | |-------| -| [Tips & Tricks in VS Code](Documents/VsCode.md) | +| [VS Code](Documents/VsCode.md) | | [Rider Keyboard Shortcuts](Documents/Rider.md) | | [Vim Editor](Documents/VimEditor.md) | | [Notepad++](Documents/NotepadPlusPlus.md) | @@ -42,7 +42,7 @@ git config core.hooksPath .githooks | [EF Core](Documents/EntityFrameworkCore.md) | | [ABP CLI](Documents/ABPcli.md) | | [Advanced C#](Documents/AdvancedCSharp.md) | -| [Tips & Tricks in Blazor](Documents/Blazor.md) | +| [Blazor](Documents/Blazor.md) | ## Frontend & CSS @@ -50,7 +50,7 @@ git config core.hooksPath .githooks |-------| | [Tailwind CSS](Documents/TailwindCss.md) | | [CSS](Documents/Css.md) | -| [Tips & Tricks in NEXT.js](Documents/NextJs.md) | +| [Next.js](Documents/NextJs.md) | ## Productivity & Learning From b3a3e4a0dfd552b4a1a1fd60ada02724c55f68e4 Mon Sep 17 00:00:00 2001 From: bartvanhoey Date: Sun, 28 Jun 2026 12:28:14 +0200 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=8E=A8=20style:=20move=20Setup=20sect?= =?UTF-8?q?ion=20to=20bottom=20of=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 77a7579..9c16fe0 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,6 @@ Personal cheat-sheet collection for developer tools, commands, and tips — primarily aimed at **.NET developers** working on **Windows** with **VS Code** or **Rider**. Topics include Git, Docker, Kubernetes, .NET, Blazor, VS Code, Rider, and more. -## Setup - -After cloning, activate the pre-push validation hook: - -```bash -git config core.hooksPath .githooks -``` - ## IDE & Editors | Topic | @@ -69,3 +61,11 @@ git config core.hooksPath .githooks | [Command Line Commands](Documents/TopTenCommandLineCommands.md) | | [PowerShell](Documents/PowerShell.md) | | [Chrome](Documents/Chrome.md) | + +## Setup + +After cloning, activate the pre-push validation hook: + +```bash +git config core.hooksPath .githooks +```