Fork this repo.
https://www.tutorialspoint.com/gitlab/gitlab_fork_project.htm
Clone your repo
git clone https://gitlab.cern.ch/<your-gitlab-username>/CompInHEP2024
cd CompInHEP2024/Ex1
create dir <yourname>
add your answers, files, subdirs (but not any data)
commit
push to your own repo
let me know where to find your repo (sami.lehti at cern.ch)
My repo is available in gitlab:
https://gitlab.cern.ch/slehti/CompInHEP2025
Example:
git add README.md
git commit README.md -m "Updated readme"
git remote add public ssh://git@gitlab.cern.ch:7999/<your-gitlab-username>/CompInHEP2025.git
or
git remote add public git@github.com:<your-gitlab-username>/CompInHEP2025.git
git push public
Some git instructions: