Quick summary
This tutorial shows how to upload a project to GitHub by creating a new repository and committing files directly from your browser. In just a few steps, you can push files to GitHub without using the command line.
Steps
- Click on your profile icon in the GitHub dashboard.
- From the drop-down menu, select 'Your repositories'.
- Click the 'New' button to start creating a repository.
- Enter a repository name in the provided field.
- Add a brief description for your repository.
- Click 'Create repository' to complete the setup.
- Once inside the repository, select 'Add file' from the toolbar.
- Click 'Upload files' from the dropdown options.
- Add your files by clicking 'Choose your files' or dragging them into the upload field.
- After uploading, click 'Commit changes' to save your files to the repository.
- Your project is now successfully uploaded to your GitHub account.



