This presentation from the University of Portland covers using GitLab for version control. It discusses creating a GitLab account, making a new project, and using GitLab on both Windows and Linux. On Windows, users can install GitHub desktop and drag project URLs to clone repositories. On Linux, commands like git clone, git add, and git push are used to clone repositories from GitLab and push new files. The presentation provides several online resources for learning more about Git and GitLab.