SusanLulu
8/8/2018 - 5:42 AM

git

git

git init
git add .
git commit -m "First commit"

git remote add origin <remote repository URL>

Sets the new remote
git remote -v

Verifies the new remote URL
git push -u origin master