Quick summary
This tutorial shows how to push an existing project to GitHub by creating a new repository and uploading your files directly through the GitHub interface. No command line required — the entire workflow is completed using GitHub's built-in file upload and commit tools.
Steps
- Click on your profile icon in the top-right corner of the GitHub dashboard.
- From the drop-down menu, select 'Your repositories'.
- Click the 'New' button to start creating a new repository.
- Enter a repository name in the provided field.
- Add a brief description for your repository.
- Click 'Create repository' to complete the repository setup.
- Once the repository is created, select 'Add file' from the repository toolbar.
- Click 'Upload files' to begin uploading your existing project.
- Add your project files by clicking 'Choose your files' or by dragging them into the upload area.
- Once files are uploaded, click 'Commit changes' to save them to the repository.
.gif)



