git init git add . git commit -m "Push existing project to GitLab" git remote add origin https://gitlab.com/Antoniii/linear-discriminant-analysis-with-python-scikit-learn.git git branch -M main git push -uf origin main