easy
+15 XP
GIT

Stage All Files with git add .

Use `git add .` to stage all changed files at once.

Tasks:
1. Initialize a git repo
2. Create files `file1.txt`, `file2.txt`, `file3.txt`
3. Stage all files at once with `git add .`
4. Commit with message "Add initial files"
You're exploring as a guest. Create a free account to save progress and submit solutions.
Git ChallengeUse git commands to complete this challenge