# user account gitlab.com
username: lito-web.fr
password: sfjkh"'rfz156
 
Git global setup
git config --global user.name "lito-web.fr"
git config --global user.email "yourmail@..."
 
# add project and push files
cd lito_logo
git init
git add .
git commit -m "Initial commit"
git push -u origin master
 
# get repository