results matching 
 results
A monorepo is a powerful method of using a single version-controlled repository to interact with multiple distinct projects that have well-defined associations.
A remote Git repository can be on a server, a Git cloud service (such as GitHub, GitLab, or Bitbucket), or on another developer’s machine.
Git is a distributed version control system that views data as a series of snapshots. This is in contrast to delta-based version control systems, such as Concurrent Version System (CVS) and Subversion.
GitLab Runners runs tasks within your GitLab continuous-integration (CI) pipeline. Runners can clone your project, spin up needed machines, and execute the necessary steps for building, testing, and deployment stages.
Git is a widely used Version Control System (VCS) known for its versatility. It utilizes local clones of central repositories and keeps track of every commit so changes can be rolled back as needed.
Git is one of the most common and versatile version control systems (VCS), but it is not always simple and easy to use.
Git is a powerful version control system (VCS). It allows developers to manage, coordinate, and control the contents of their workspaces, but is not without complexity.
Version Control Systems (VCS), like Git and SVN, track and manage code changes and provide an efficient way to collaborate on software development projects.
To customize Git on your computer, you have two options. The first method to customize Git is using aliases that are stored in a Git configuration file.
During the development process, programmers and other Git users often wind up with many old and unwanted files.
Subversion (SVN) is a centralized version control system (VCS) that can be used to collaborate on the development of software projects.
Apache Subversion is an open source version control system released in 2000 and available under the Apache2 License.
In This GuideGitLab is a complete solution for all aspects of your software development. At its core, GitLab serves as your centralized remote Git repository.
What Causes Merge Conflicts?A merge conflict occurs when two branches, in the process of being merged, include overlapping changes in a file.
What Does Git Rebase Do?Rebasing takes a series of commits and reapplies them on top of another base commit.
Git is a distributed version control system. It supports non-linear, distributed development, allowing multiple contributors to work on a project simultaneously within what are called branches.
GitLab is a free Git repository management application, like GitHub or Bitbucket, that you can run on your own Linode.
GitLab is a complete solution for all aspects of your software development life-cycle. At its core, GitLab serves as your centralized Git repository.
Omnibus GitLab is a software package (or software stack) that allows you to easily install and run GitLab on your Linode.
Linode’s Guides and Tutorials library is managed through the use of Markdown files stored in a GitHub repository.
Gogs is a self-hosted Git service, similar to GitLab. It is written in Go and aims to be the easiest and most painless way to set up self-hosted Git service.
GitHub is a website that allows collaboration between developers using the Git version control system.
GitLab is a free git repository management application based on Ruby on Rails. It is an interesting alternative if you want to host your own git repositories, since third-party hosting is not always the best option when writing private or closed-source software.
In the Hosting a Website guide, you learned how to host your website by installing and configuring a web server, database, and PHP.
Girocco is the underlying engine created to power one of the first public git hosting services at repo.
Mercurial is one of the leading distributed version control systems which allows software developers and teams of collaborators to work on a common code base without the need to rely on a centralized server or constant network connection.
Bazaar is a distributed version control system similar to git. Bazaar allows developers to track the progress of source code and collaborate on a single object of work without depending on a centralized server to coordinate their activity.
Subversion (SVN) is a centralized version control system. Used by software developers to track changes during the production and maintenance of a project.
What is Git?Git is a distributed version control system. Git was designed and developed by Linus Torvalds for Linux kernel development.
Introduction to Installing Git Git was designed and developed by Linus Torvalds for Linux kernel development.
Bummer! The page you were looking for wasn't found. You can browse our articles or try searching.