Skip to content

Commit 6aa959a

Browse files
timjyalsayyad
authored andcommitted
Fix quoting of "master"
1 parent 0381e37 commit 6aa959a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

work/flow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ We **always use non-fast forward merges** so that the merge point is marked in G
493493
We force push the rebased branch for three reasons:
494494

495495
1. In many repos, GitHub branch protection requires that Travis was run on any commits before they can be pushed onto master.
496-
Branch protections also require that the branch is up-to-date with `master` before a merge is allowed.
496+
Branch protections also require that the branch is up-to-date with ``master`` before a merge is allowed.
497497
2. The policy is to delete branches that have been merged. This is only possible if the exact commit has been merged.
498498
3. For convenience, GitHub will automatically close pull requests if the corresponding branch has been merged to master.
499499

0 commit comments

Comments
 (0)