2025-Fall-C-Language

Method 2 (Codespaces)

If you want to modify files of Homework gitHub by GitHub Codespaces, a web-based development environment.


Step 1: Open Your Repository in Codespaces

  1. Go to GitHub and log in.
  2. Navigate to the repository where you want to upload files.
  3. Click the “Code” button and select “Create codespace on main”.
  4. Wait for the Codespaces environment to load.

Step 2: Open the File Explorer

  1. Once inside Codespaces, look for the File Explorer on the left sidebar.
  2. If the sidebar is hidden, click on the Explorer icon (📂).

Step 3: Upload Files

  1. Right-click inside the File Explorer.
  2. Select “Upload…“ from the context menu.
  3. Choose the files from your computer and upload them.

Step 4: Commit and Push Changes

  1. Click the Source Control (Git icon) 🔃 in the left sidebar.
  2. Type a commit message (e.g., “Added new files”).
  3. Click “Commit & Push” to upload the files to GitHub.