< Home - < Back

gitolite3


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


Package Name:

gitolite3

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:

3.6.7

Release:

1.el6

Size:

127 k

Repository:

epel

From Repository:

Licence:

GPLv2 and CC-BY-SA



Handy Yum Commands for gitolite3


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


Command

Description of Command

yum install gitolite3

This command will install gitolite3 on the server.

yum remove gitolite3

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

yum -y remove gitolite3

This command will un-install gitolite3 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 gitolite3 when using the -y flag.

yum update gitolite3

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

yum -y update gitolite3

This command will update gitolite3 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 gitolite3 when using the -y flag.

yum info gitolite3

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

yum deplist gitolite3

This command will show you the dependencies for gitolite3. 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 gitolite3

This command will check if there is an update waiting on gitolite3. 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.