- What is the biggest difference between CVS and Git?
- What is the network protocol that's used with CVS called?
- CVS uses changesets. (True | False)
- How does Git implement versioning numbers?
- How can you easily correct a typo in a commit message in Git?
- Is it possible to rename a file in CVS?
- What is the command to initialize a new CVS database on your machine?
- What is the command to initialize a new Git project?
- Who created the cvs-fast-export tool?
- How do you import your migrated repository into GitLab?

Mastering GitLab 12
By :

Mastering GitLab 12
By:
Overview of this book
GitLab is an open source repository management and version control toolkit with functions for enterprises and personal software projects. It offers configurability options, extensions, and APIs that make it an ideal tool for enterprises to manage the software development life cycle.
This book begins by explaining GitLab options and the components of the GitLab architecture. You will learn how to install and set up GitLab on-premises and in the cloud, along with understanding how to migrate code bases from different systems, such as GitHub, Concurrent Versions System, Team Foundation Version Control, and Subversion. Later chapters will help you implement DevOps culture by introducing the workflow management tools in GitLab and continuous integration/continuous deployment (CI/CD). In addition to this, the book will guide you through installing GitLab on a range of cloud platforms, monitoring with Prometheus, and deploying an environment with GitLab. You'll also focus on the GitLab CI component to assist you with creating development pipelines and jobs, along with helping you set up GitLab runners for your own project. Finally, you will be able to choose a high availability setup that fits your needs and helps you monitor and act on results obtained after testing.
By the end of this book, you will have gained the expertise you need to use GitLab features effectively, and be able to integrate all phases in the development process.
Table of Contents (30 chapters)
Preface
Section 1: Install and Set Up GitLab On-Premises or in the Cloud
Introducing the GitLab Architecture
Installing GitLab
Configuring GitLab Using the Web UI
Configuring GitLab from the Terminal
Section 2: Migrating Data from Different Locations
Importing Your Project from GitHub to GitLab
Migrating from CVS
Switching from SVN
Moving Repositories from TFS
Section 3: Implement the GitLab DevOps Workflow
GitLab Vision - the Whole Toolchain in One Application
Create Your Product, Verify, and Package it
The Release and Configure Phase
Monitoring with Prometheus
Integrating GitLab with CI/CD Tools
Section 4: Utilize GitLab CI and CI Runners
Setting Up Your Project for GitLab Continuous Integration
Installing and Configuring GitLab Runners
Using GitLab Runners with Docker or Kubernetes
Autoscaling GitLab CI Runners
Monitoring CI Metrics
Section 5: Scale the Server Infrastructure (High Availability Setup)
Creating a Basic HA Architecture Using Horizontal Scaling
Managing a Hybrid HA Environment
Making Your Environment Fully Distributed
Using Geo to Create Distributed Read-Only Copies of GitLab
Assessments
Other Books You May Enjoy
How would like to rate this book
Customer Reviews