From def073ea840c8d8a4f6d0e747dfb29f19668b54b Mon Sep 17 00:00:00 2001 From: "Daniel W. Crompton" Date: Mon, 14 Apr 2014 00:06:25 +0200 Subject: [PATCH] Update README.md As this only works on the master branch this should be made clear. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88fcf69..fa1706c 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ To see all of the shortcuts for the current page press `?`. ## Closing Issues with Commits -If a particular commit fixes an issue, any of the keywords `fix/fixes/fixed` or `close/closes/closed`, followed by the issue number, will close the issue. +If a particular commit fixes an issue, any of the keywords `fix/fixes/fixed` or `close/closes/closed`, followed by the issue number, will close the issue once it is commited to the master branch. ```bash $ git commit -m "Fix cock up, fixes #12"