Gitolite

Using Git to deploy PHP software - Part 1

Submitted by Kamal Wickramanayake on

Last time I wrote an article about Gitolite titled "Create and manage your own Git repositories with Gitolite". In this article, let us explore how to securely distribute and deploy PHP software using Git. Here we will use Gitolite but other Git repository management software may also be used with the technique mentioned below.

Create and manage your own Git repositories with Gitolite

Submitted by Kamal Wickramanayake on

Gitolite is a Git repository management software. It can be used to easily setup Git repositories on a server. It allows authentication with SSH keys and provides fine-grained access control.

Gitolite doesn't have a graphical user interface. Nor it needs a database. It's simple to install and use.

Tags