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.

"Work In Progress" Merge Requests

To prevent merge requests from accidentally being accepted before they're completely ready, GitLab blocks the "Accept" button for merge requests that have been marked a Work In Progress.

Blocked Accept Button

To mark a merge request a Work In Progress, simply start its title with [WIP] or WIP:.

Mark as WIP

To allow a Work In Progress merge request to be accepted again when it's ready, simply remove the WIP prefix.

Unark as WIP