< Home - < Back

topgit


Information about the package, topgit, which is shipped with common Linux distributions. The topgit package is designed for, A different patch queue manager.


Package Name:

topgit

Summary:

A different patch queue manager

Description:

TopGit aims to make handling of large amount of interdependent topic branches easier. In fact, it is designed especially for the case when you maintain a queue of third-party patches on top of another (perhaps Git-controlled) project and want to easily organize, maintain and submit them - TopGit achieves that by keeping a separate topic branch for each patch and providing few tools to maintain the branches.

Architecture:

noarch

Version:

0.9

Release:

1.el6

Size:

44 k

Repository:

epel

From Repository:

Licence:

GPLv2



Handy Yum Commands for topgit


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


Command

Description of Command

yum install topgit

This command will install topgit on the server.

yum remove topgit

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

yum -y remove topgit

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

yum update topgit

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

yum -y update topgit

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

yum info topgit

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

yum deplist topgit

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

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