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`