From 60b0b34a334eefbb6e4a64e09e5089a2b8f1870b Mon Sep 17 00:00:00 2001 From: Bjarke Sporring Date: Fri, 19 Dec 2025 11:27:45 +0100 Subject: [PATCH] fix: remove the challenge folder --- module-01-basics/challenge/instructions.txt | 11 ----------- module-01-basics/challenge/welcome.txt | 8 -------- 2 files changed, 19 deletions(-) delete mode 100644 module-01-basics/challenge/instructions.txt delete mode 100644 module-01-basics/challenge/welcome.txt diff --git a/module-01-basics/challenge/instructions.txt b/module-01-basics/challenge/instructions.txt deleted file mode 100644 index 5118096..0000000 --- a/module-01-basics/challenge/instructions.txt +++ /dev/null @@ -1,11 +0,0 @@ -Git Basics Instructions -======================== - -The basic git workflow follows these steps: - -1. Make changes to files in your working directory -2. Stage the changes you want to commit (git add) -3. Commit the staged changes with a message (git commit) - -This workflow allows you to carefully select which changes -to include in each commit, making your history clean and meaningful. diff --git a/module-01-basics/challenge/welcome.txt b/module-01-basics/challenge/welcome.txt deleted file mode 100644 index 0ddf97a..0000000 --- a/module-01-basics/challenge/welcome.txt +++ /dev/null @@ -1,8 +0,0 @@ -Welcome to Git Workshop! - -This is your first challenge. You'll learn the basics of git: -- Initializing a repository -- Staging changes -- Creating commits - -Good luck!