Create a Folder
Create a folder and add your files in that folder.
Create a Github Repo
Click on Create a Repository and create a new github repository by giving it a unique name.
Open Command Prompt
Open command prompt in your folder and type following commands.
- git init
- git add .
- git commit -m "Enter your message here"
Open your new Repository
Open your new github Repository and copy these three lines.
Open cmd again and paste
Open Command Prompt again and paste those 3 lines and press Enter.
Reload Github Page
In this last Step just Reload your new github repository page. Your all files will be there 👍