< Home - < Back

git2cl


Information about the package, git2cl, which is shipped with common Linux distributions. The git2cl package is designed for, Converts git logs to GNU style ChangeLog format.


Package Name:

git2cl

Summary:

Converts git logs to GNU style ChangeLog format

Description:

A quick tool to convert git logs to GNU ChangeLog format. The tool invokes git log internally unless you pipe a log to it.

Architecture:

noarch

Version:

2.0

Release:

0.1.git8373c9f.el6

Size:

15 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for git2cl


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


Command

Description of Command

yum install git2cl

This command will install git2cl on the server.

yum remove git2cl

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

yum -y remove git2cl

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

yum update git2cl

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

yum -y update git2cl

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

yum info git2cl

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

yum deplist git2cl

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

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