Initial git push via HTTPS

git init
git remote add origin https://<<<repo>>>.git
git add .
git commit -m "some comments"
git push -u origin master

Leave a Reply