-
This tutorial will guide you through making a pull request to a Git repository through the command line so that you can contribute to open-source software projects.
•
By
Lisa Tagliaferri
Git
Open Source
Development
-
Open-source projects that are hosted in public repositories benefit from contributions made by the broader developer community, and are typically managed through Git. This tutorial will discuss the benefits of contrib...
•
By
Lisa Tagliaferri
Development
Open Source
Git
Conceptual
-
Tutorial
This article will teach you how to use Git when you want to deploy your application. While there are many ways to use Git to deploy our application, we'll focus on the one that is most straightforward.
•
By
Caio Vaccaro
Git
Configuration Management
Ubuntu
-
Git is a powerful distributed version control system that can be used to track software development projects and other information. In this guide, we'll demonstrate a few different ways to install git on an Ubuntu 14...
•
By
Justin Ellingwood
Git
Ubuntu
-
Tutorial
With version control systems for your software development projects, you can share and collaborate on code. In this guide, we will install and configure the popular version control system Git on an Ubuntu 18.04 server.
•
By
Lisa Tagliaferri
Git
Open Source
Ubuntu 18.04
-
Tutorial
This tutorial will walk you through installing and configuring Git on an Ubuntu 18.04 server. Version control systems help you share and collaborate on software development projects. Git is one of the most popular ver...
•
By
Lisa Tagliaferri
Git
Open Source
Quickstart
Ubuntu 18.04
-
Tutorial
GitLab Community Edition is a self-hosted Git repository provider with additional features to help with project management and software development including issue tracking, wiki creation, and TODO lists. One of the m...
•
By
Justin Ellingwood
CI/CD
Git
Ubuntu
Ubuntu 16.04
-
Tutorial
Git is a very robust and mature version control system that has seen great adoption in recent years. One of git's great features is its ability to use "hooks" to call arbitrary scripts when certain git events occur. ...
•
By
Justin Ellingwood
Git
Ubuntu
-
Tutorial
Git is a powerful distributed version control system that allows you to keep track of your software at the source level. In this guide, we'll demonstrate a few different ways to install Git on a Cent OS 7 server and h...
•
By
Josh Barnett
Git
CentOS
-
Tutorial
Visual Studio Code has become one of the most popular editors out there for Web Development. It has gained such popularity thanks to its many built in features, including source control integration, namely with Git. W...
•
By
James Quick
Git
VS Code
-
Tutorial
In this guide, we will go through how to install and configure Git on an Ubuntu 20.04 server. We will cover how to install the software two different ways: via the built-in package manager, and via source. Each of the...
•
By
Lisa Tagliaferri
Git
Open Source
-
Tutorial
This tutorial will show you how to set up a fully fledged Git server using SSH keys for authentication.
•
By
Brian Rogers
Git
-
This tutorial contains a number of tips and strategies for using Git more effectively. It will cover how to create a workspace, how to convert an existing project into a workspace, best practices for writing commit me...
•
By
Jason Kurtz
Git
-
Tutorial
GitLab primarily functions as a feature rich, open source host for Git repositories that can be self-hosted to serve the needs of projects of any size. Additional tools are included that sati are important to most mod...
•
By
Justin Ellingwood
Applications
Git
Ubuntu
Ubuntu 16.04
-
Tutorial
Git is a powerful distributed version control system that can be used to track software development projects and other information. In this guide, we'll demonstrate a few different ways to install git on an Ubuntu 16...
•
By
Brennen Bearnes
Git
Ubuntu 16.04
-
Tutorial
In this tutorial you are going to build a continuous deployment pipeline with GitLab. You will configure the pipeline to build a Docker image, push it to the GitLab container registry, and deploy it to your server usi...
•
By
Mike Nöthiger
Ubuntu 18.04
CI/CD
Git
-
Tutorial
This tutorial covers how to install git on ubuntu 12.04 via apt-get and from the source. Git is a distributed version control system released to the public in 2005. The program allows for non-linear development of pro...
•
By
Etel Sverdlov
Git
Ubuntu
-
A branch, at its core, is a unique series of code changes with a unique name. Each repository can have one or more branches. This tutorial will teach you how to create two branches (master and develop) and how to merg...
•
By
Jason Kurtz
Git
-
Tutorial series
Open-source projects that are hosted in public repositories benefit from contributions made by the broader developer community, and are typically managed through Git. This tutorial series will guide you through select...
•
By
Lisa Tagliaferri
Development
Open Source
Git
Conceptual
-
This cheat sheet-style guide provides a quick reference to some of the more common Git commands you may use when managing repositories and collaborating on software.
•
By
Lisa Tagliaferri
Git
Open Source
Development