Skip to content

Commit

Permalink
Merge pull request #21 from warmhug/master
Browse files Browse the repository at this point in the history
Document that git 1.9+ is required.
  • Loading branch information
tschaub authored May 8, 2017
2 parents e66ddf7 + ef067e1 commit 120b752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Publish files to a `gh-pages` branch on GitHub (or any other branch anywhere els
npm install gh-pages --save-dev
```

This module requires Git `>=1.7.6`.
This module requires Git `>=1.9`.

## Basic Usage

Expand Down Expand Up @@ -321,6 +321,6 @@ npm run deploy

## Dependencies

Note that this plugin requires Git 1.7.6 or higher (because it uses the `--exit-code` option for `git ls-remote`). If you'd like to see this working with earlier versions of Git, please [open an issue](https://github.com/tschaub/gh-pages/issues).
Note that this plugin requires Git 1.9 or higher (because it uses the `--exit-code` option for `git ls-remote`). If you'd like to see this working with earlier versions of Git, please [open an issue](https://github.com/tschaub/gh-pages/issues).

[![Current Status](https://secure.travis-ci.org/tschaub/gh-pages.svg?branch=master)](https://travis-ci.org/tschaub/gh-pages)

0 comments on commit 120b752

Please sign in to comment.