We are near the end of covering GitLab features. In this chapter, we will cover two features of GitLab that are often overlooked by developers but useful, nonetheless. We’ll first cover the feature known as GitLab Pages where you can generate static web pages that provide an overview of a project for those outside of it. We’ll then talk about how to handle the storage of binary files using the Git LFS feature.
Generating Web Pages
If you have any experience with open source software on a site such as GitHub, ...