Quick summary
This demo walks you through how to push files to GitHub using the browser-based upload interface — no command line required. You'll navigate to a repository, upload files, write a commit message, and push changes directly from GitHub's UI.
Steps
- Navigate to the repository where you want to upload your files.
- Click on 'Add file' and select 'Upload files'.
- Drag and drop files or a folder into the browser window, or click 'choose your files' to open a file selector dialog and manually select them.
- Scroll down to the 'Commit changes' section and add a short, descriptive commit message in the commit box.
- Choose whether to commit directly to the default branch or create a new branch for your changes.
- Click the 'Commit changes' button to upload the files to your repository.



