Create Repository in Github.com
In the local git project folder perform the following git commands,
git init
git add .
git commit -m "inital commit"
git push --set-upstream https://github.com/username/my-repository.git master
Create Repository in Github.com
In the local git project folder perform the following git commands,
git init
git add .
git commit -m "inital commit"
git push --set-upstream https://github.com/username/my-repository.git master