Creating remote repositories in Github and Uploading Files to remote server
Login to github.com
Create New Repository (Add Name and Description)
$git remote add origin https://urlToGitHubRemoteRepository
$git push -u origin master (Insert User and Password)