Clone by SSH (should add your public SSH key to your GitLab profile)
git clone [email protected]:seemann9/hash-code.git
If you want your local changes (new file/modification of existing file) to be accesible by others
git add file.cpp
git commit -m "ya sdelal'"
git push
git pull
kokoko