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!