Skip to content

Commit

Permalink
Merge branch 'hotfix/0.3.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Aug 23, 2010
2 parents fad15c6 + f7390da commit 5a5e03f
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions README.markdown
@@ -1,7 +1,7 @@
git-flow-completion
===================

Bash completion support for [git-flow](http://github.com/nvie/gitflow)
Bash and Zsh completion support for [git-flow](http://github.com/nvie/gitflow)

The contained completion routines provide support for completing:

Expand All @@ -10,8 +10,8 @@ The contained completion routines provide support for completing:
* remote feature branch names (for `git-flow feature track`)


Installation
------------
Installation for Bash
---------------------

To achieve git-flow completion nirvana:

Expand All @@ -35,24 +35,26 @@ To achieve git-flow completion nirvana:

flow) _git_flow ;;

Installation for zsh
---------------------

To achieve git-flow completion nirvana:

0. Update your zsh's git-completion module to the newest verion.
From here. http://zsh.git.sourceforge.net/git/gitweb.cgi?p=zsh/zsh;a=blob_plain;f=Completion/Unix/Command/_git;hb=HEAD

1. Install this file. Either:

a. Place it in your .zshrc:

b. Or, copy it somewhere (e.g. ~/.git-flow-completion.zsh) and put the following line in
your .zshrc:

source ~/.git-flow-completion.zsh

c. Or, use this file as a oh-my-zsh plugin.

Installation for Zsh
--------------------

To achieve git-flow completion nirvana:

0. Update your zsh's git-completion module to the newest verion --
[available here](http://zsh.git.sourceforge.net/git/gitweb.cgi?p=zsh/zsh;a=blob_plain;f=Completion/Unix/Command/_git;hb=HEAD).

1. Install this file. Either:

a. Place it in your .zshrc:

b. Or, copy it somewhere (e.g. ~/.git-flow-completion.zsh) and put the following line in
your .zshrc:

source ~/.git-flow-completion.zsh

c. Or, use this file as an oh-my-zsh plugin.


The Fine Print
--------------
Expand Down

0 comments on commit 5a5e03f

Please sign in to comment.