< Home - < Back

gitolite


Information about the package, gitolite, which is shipped with common Linux distributions. The gitolite package is designed for, Highly flexible server for git directory version tracker.


Package Name:

gitolite

Summary:

Highly flexible server for git directory version tracker

Description:

Gitolite allows a server to host many git repositories and provide access to many developers, without having to give them real userids on the server. The essential magic in doing this is ssh's pubkey access and the authorized keys file, and the inspiration was an older program called gitosis. Gitolite can restrict who can read from (clone/fetch) or write to (push) a repository. It can also restrict who can push to what branch or tag, which is very important in a corporate environment. Gitolite can be installed without requiring root permissions, and with no additional software than git itself and perl. It also has several other neat features described below and elsewhere in the doc/ directory.

Architecture:

noarch

Version:

2.3.1

Release:

1.el6

Size:

167 k

Repository:

epel

From Repository:

Licence:

GPLv2



Handy Yum Commands for gitolite


Control the gitolite package with the following handy commands outlined below.


Command

Description of Command

yum install gitolite

This command will install gitolite on the server.

yum remove gitolite

This command will un-install gitolite on the server. When you run this command, you will be asked if you are sure that you want to remove gitolite, so you have to manually confirm that you want to do this.

yum -y remove gitolite

This command will un-install gitolite on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove gitolite when using the -y flag.

yum update gitolite

This command will update gitolite to the latest version. When you run this command, you will be asked if you are sure that you want to remove gitolite, so you have to manually confirm that you want to do this.

yum -y update gitolite

This command will update gitolite to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove gitolite when using the -y flag.

yum info gitolite

This command will show you core information about the gitolite package.

yum deplist gitolite

This command will show you the dependencies for gitolite. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update gitolite

This command will check if there is an update waiting on gitolite. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.