easy
+15 XP
GIT
Stage and Commit Files
Learn the basic Git workflow: add and commit. Tasks: 1. Create a file `hello.txt` with "Hello, Git!" 2. Stage the file with `git add hello.txt` 3. Commit with message "Add hello.txt" 4. Check the status to confirm a clean working tree