Reminder to all repository users: Please do not add , commit and push any data files to your remote git repositories. The disk space the Git server is limited, it wasn't dimensioned to host anything else than code. Solely your code files need versioning. The data inputs/outputs don't. A good idea is to do "git add" individually on each file you want to commit, to avoid versioning unwanted content.

Changing the logo on the overall page and email header

Navigate to the Admin area and go to the Appearance page.

Upload the custom logo (Header logo) in the section Navigation bar.

appearance

After saving the page, your GitLab navigation bar will contain the custom logo:

custom_brand_header

The GitLab pipeline emails will also have the custom logo:

custom_email_header