Git commands

Last modified by henrikma@helsinki_fi on 2024/02/07 06:21

Clone repository:

git clone [https link]

Update local files (from repository):

git pull

Send local files to gitlab:

git status #Check status of changes
git add . #Add current folder
git commit -m 'description of changes' #Create commit and add description of changes
git push #Push changes to GitLab