git init git add . git commit -m "Push existing project to GitLab" git remote add source https://gitlab.com/cameronmcnz/example-website.git git push -u -f source master