From 26bfe140abfc05e59f638a45265588f0b1f5a426 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 1 Jul 2017 00:42:20 +0100 Subject: [PATCH] Update summary --- common-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-flow.md b/common-flow.md index cd88caa..f80d348 100644 --- a/common-flow.md +++ b/common-flow.md @@ -11,7 +11,7 @@ the [original variant](http://scottchacon.com/2011/08/31/github-flow.html) of [GitHub Flow](https://guides.github.com/introduction/flow/), while taking into account how a lot of open source projects use git. -Core rules: +Rules: - The `master` branch should always be deployable / usable. - New work must be done on a descriptively named change branch created off of