Skip to main content

Git

How to Install a Chef Server, Workstation, and Client on Ubuntu VPS Instances
Tutorials Chef Configuration Management Git Ubuntu
Warning This guide is targeted at Chef 11. The Chef 12 platform introduces some significant configuration differences. You can find a guide on how to set up a Chef 12 server, workstation, and node here.
How To Create a Pull Request on GitHub
Tutorials Development Git Open Source
Introduction> Introduction # Git is an open-source distributed version control system that makes collaborative software projects more manageable. Many projects maintain their files in a Git repository, and platforms like GitHub have made sharing and contributing to code accessible, valuable, and effective.
How To Install Git on Ubuntu 12.04
Tutorials Git Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Install and Configure GitLab on Ubuntu 16.04
Tutorials Applications Git Ubuntu Ubuntu 16.04
Introduction> Introduction # GitLab CE, or Community Edition, is an open source application primarily used to host Git repositories, with additional development-related features like issue tracking. It is designed to be hosted using your own infrastructure, and provides flexibility in deploying as an internal repository store for your development team, publicly as a way to interface with users, or even open as a way for contributors to host their own projects.
How To Rebase and Update a Pull Request
Tutorials Development Git Open Source
Introduction> Introduction # Contributing to open-source projects is a rewarding experience as you work to make software better for end users like yourself. Once you submit a pull request, the process of contributing to a project can require some rebasing and reworking of code prior to acceptance, followed by a general cleanup of your branches.
How To Contribute to Open Source: Getting Started with Git
Tutorials Conceptual Development Git Open Source
Status: Deprecated> Status: Deprecated # This article is deprecated and no longer maintained. Reason> Reason # We now provide Git setup instructions for each platform individually. See Instead> See Instead # This article may still be useful as a reference, but may not follow best practices.
How To Set Up Automatic Deployment with Git with a VPS
Tutorials Configuration Management Git Ubuntu
Introduction> Introduction # For an introduction to Git and how to install, please refer to the introduction tutorial. This article will teach you how to use Git when you want to deploy your application.
How To Install Git on CentOS 7
Tutorials CentOS Git
Introduction> Introduction # Version control has become an indispensable tool in modern software development. Version control systems allow you to keep track of your software at the source level. You can track changes, revert to previous stages, and branch off from the base code to create alternative versions of files and directories.
How To Use Git Effectively
Tutorials Git
Introduction> Introduction # Version control systems like Git are essential to modern software development best practices. Versioning allows you to keep track of your software at the source level. You can track changes, revert to previous stages, and branch to create alternate versions of files and directories.
How To Set Up Continuous Integration Pipelines with GitLab CI on Ubuntu 16.04
Tutorials CI/CD Git Ubuntu Ubuntu 16.04
Introduction> Introduction # GitLab Community Edition is a self-hosted Git repository provider with additional features to help with project management and software development. One of the most valuable features that GitLab offers is the builtin continuous integration and delivery tool called GitLab CI.
How To Install Git on Ubuntu 18.04 [Quickstart]
Tutorials Git Open Source Quickstart Ubuntu 18.04
Introduction> Introduction # Version control systems help you share and collaborate on software development projects. Git is one of the most popular version control systems currently available. This tutorial will walk you through installing and configuring Git on an Ubuntu 18.
How To Use Git Hooks To Automate Development and Deployment Tasks
Tutorials Git Ubuntu
Introduction> Introduction # Version control has become a central requirement for modern software development. It allows projects to safely track changes and enable reversions, integrity checking, and collaboration among other benefits.
How To Install Git on Ubuntu 14.04
Tutorials Git Ubuntu
Introduction> Introduction # An indispensable tool in modern software development is some kind of version control system. Version control systems allow you to keep track of your software at the source level.
How To Install Git on Debian 8
Tutorials Debian Git
Introduction> Introduction # Git is a version control system distributed under the terms of the GNU General Public License v.2 since its release in 2005. Git is software used primarily for version control which allows for non-linear development of projects, even ones with large amounts of data.
How To Install Git on Ubuntu 18.04
Tutorials Git Open Source Ubuntu 18.04
Introduction> Introduction # Version control systems are increasingly indispensable in modern software development as versioning allows you to keep track of your software at the source level. You can track changes, revert to previous stages, and branch to create alternate versions of files and directories.
How To Use Git to Manage your User Configuration Files on a Linux VPS
Tutorials Configuration Management Git Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Use Git Branches
Tutorials Git
This article is the third installment in the “Using Git” series. It assumes that you have read both the installation article and the article on how to use git effectively.
How To Set Up GitLab As Your Very Own Private GitHub Clone
Tutorials Applications Git Ruby Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Install and Configure GitLab on Ubuntu 18.04
Tutorials Applications Git Let's Encrypt Ubuntu 18.04
Introduction> Introduction # GitLab is an open-source application primarily used to host Git repositories, with additional development-related features like issue tracking. It is designed to be hosted using your own infrastructure, and provides flexibility in deploying as an internal repository store for your development team, a public way to interface with users, or a means for contributors to host their own projects.
How To Build Docker Images and Host a Docker Image Repository with GitLab
Tutorials CI/CD Docker Git Ubuntu 16.04
Introduction> Introduction # Containerization is quickly becoming the most accepted method of packaging and deploying applications in cloud environments. The standardization it provides, along with its resource efficiency (when compared to full virtual machines) and flexibility, make it a great enabler of the modern DevOps mindset.