fix: remove the challenge folder

This commit is contained in:
Bjarke Sporring
2025-12-19 11:27:45 +01:00
parent 3a7f682cc2
commit 60b0b34a33
2 changed files with 0 additions and 19 deletions

View File

@@ -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.

View File

@@ -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!