From 3b0cb1619b57d84a8048dc196ed6b88eb022b1b9 Mon Sep 17 00:00:00 2001 From: Simon Taranto Date: Wed, 22 Jul 2015 12:48:28 -0700 Subject: [PATCH] Add note about project status to README The intention of this PR is make the current unmaintained status of this project clear to developers. More background can be found on https://github.com/nvie/gitflow/issues/285 --- README.mdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.mdown b/README.mdown index a01079b4b..03a9fe479 100644 --- a/README.mdown +++ b/README.mdown @@ -6,6 +6,11 @@ for Vincent Driessen's [branching model](http://nvie.com/git-model "original blog post"). +Project Status +--------------- +This project is no longer maintained. For an actively developed fork try [https://github.com/petervanderdoes/gitflow](https://github.com/petervanderdoes/gitflow). + + Getting started --------------- For the best introduction to get started with `git flow`, please read Jeff