Posted on February 7, 2019February 27, 2019 by Christopher SnayInitial 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