codex-lv2-may-2025

Navigation

1 | Current Level: 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9


Lesson: Creating and Deleting a Repository on GitHub

Step 1: Creating a Repository

  1. Log in to your GitHub account.
  2. Click on the New Repository button (usually found on your homepage).
  3. Enter a meaningful repository name (e.g., team-project-website).
  4. Optionally, add a brief description.
  5. Select Public or Private based on your preference.
  6. Check the box labeled “Add a README file” to automatically create a basic README.md.
  7. Click Create Repository.

Step 2: Deleting a Repository

Warning: Deleting a repository is permanent.

  1. Navigate to your repository’s main page.
  2. Click on Settings (top right corner).
  3. Scroll to the bottom of the settings page to the Danger Zone section.
  4. Click “Delete this repository”.
  5. Confirm deletion by typing the full repository name as prompted, and click to confirm.

Practice: