From ded90a4ab5f442199e1501631b37f92b1e3fc3a0 Mon Sep 17 00:00:00 2001 From: pimmoerman Date: Fri, 5 Dec 2025 08:04:15 +0000 Subject: [PATCH] Update Handleiding update repository --- Handleiding-update-repository.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Handleiding-update-repository.md b/Handleiding-update-repository.md index 022416b..8f67175 100644 --- a/Handleiding-update-repository.md +++ b/Handleiding-update-repository.md @@ -52,7 +52,6 @@ git push -u origin {dev} ``` git status - ``` ### 2. Voeg gewijzigde bestanden toe @@ -60,22 +59,18 @@ git status ``` git add . - ``` ### 3. Maak een commit - ``` git commit -m "Beschrijving van de wijziging" - ``` ### 4. Push naar Gitea ``` git push - ```