just you need to do this ->
1-Create a repository in your GitHub
2-Open your project and in the terminal cd your project
3-in the terminal write this (git init)
4-git add .
5-git commit -m "Your Comment "
6-git status
7-git remote add origin YourURL repository.git
8-git push -u origin master
Change your branch to the master
that's all