wilded
6/16/2017 - 3:27 PM

Creating remote repositories in Github and Uploading Files to remote server

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)