Git

How To Install Git on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Git on Ubuntu 12.04

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 projects, and can handle large amounts of data effectively by storing it on the local server.

Read more
How To Use Gitolite to Control Access to a Git Server on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How To Use Gitolite to Control Access to a Git Server on an Ubuntu 12.04 VPS

Git is a very popular distributed version control system. When working on multiple projects in git with different collaborators, you need to control who has access to what. Gitolite is an access control layer that can be implemented on top of git to provide that level of control. In this guide, we will discuss how to install and configure gitolite on an Ubuntu 12.04 system.

Read more
Introduction to Git: Installation, Usage, and Branches — step-by-step tutorial on Progressive Robot

Introduction to Git: Installation, Usage, and Branches

Introduction to Git is at the heart of what we cover here at Progressive Robot. This article explains how Introduction to Git applies in practice, why it matters, and how teams can put it to work effectively. Introduction Version control systems are essential tools in modern software development. A version control system allows you to […]

Read more
CHAT