< Home - < Back

gitflow


Information about the package, gitflow, which is shipped with common Linux distributions. The gitflow package is designed for, Extensions providing operations for V. Driessen's branching model.


Package Name:

gitflow

Summary:

Extensions providing operations for V. Driessen's branching model

Description:

A collection of Git extensions to provide high-level repository operations for Vincent Driessen's [branching model](http://nvie.com/git-model "original blog post"). For the best introduction to get started with `git flow`, please read Jeff Kreeftmeijer's blog post: http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/ Or have a look at one of these screen casts: * [A short introduction to git-flow] (http://vimeo.com/16018419) (by Mark Derricutt) * [On the path with git-flow] (http://codesherpas.com/screencasts/on_the_path_gitflow.mov) (by Dave Bock)

Architecture:

noarch

Version:

0.4.2.20120723git53e9c76

Release:

4.el6

Size:

22 k

Repository:

epel

From Repository:

Licence:

BSD and MIT



Handy Yum Commands for gitflow


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


Command

Description of Command

yum install gitflow

This command will install gitflow on the server.

yum remove gitflow

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

yum -y remove gitflow

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

yum update gitflow

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

yum -y update gitflow

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

yum info gitflow

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

yum deplist gitflow

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

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