Menu
Coddy logo textTech

Recap - First Repo

Part of the Version Control section of Coddy's Terminal journey — lesson 8 of 58.

challenge icon

Challenge

Easy

Put it all together. Starting from an empty folder:

  1. Initialize a new Git repository with main as the default branch (use the quiet flag).
  2. Set the local repository name to Recap Learner and email to recap@coddy.tech (no --global).
  3. Create a file called notes.md containing the text first repo.
  4. Print the output of git status --short.

The expected output is the single line ?? notes.md.

Try it yourself

Terminal

All lessons in Version Control