Skip to content

matildamarjamaki/CompinerHEP2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computing methods in HEP k2025

Getting started

Fork this repo.

https://www.tutorialspoint.com/gitlab/gitlab_fork_project.htm

Add your files

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:

https://cmsdoc.cern.ch/~slehti/git.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors