easy
+10 XP
GIT

Initialize a Git Repository

Set up a new Git repository for your project.

Tasks:
1. Navigate to your home directory
2. Create a directory called `my-repo` and enter it
3. Initialize a Git repository with `git init`
4. Verify the repository was created with `git status`
You're exploring as a guest. Create a free account to save progress and submit solutions.
Git ChallengeUse git commands to complete this challenge