File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ We **always use non-fast forward merges** so that the merge point is marked in G
489
489
We force push the rebased branch for three reasons:
490
490
491
491
1. In many repos, GitHub branch protection requires that Travis was run on any commits before they can be pushed onto master.
492
- Branch protections also require that the branch is up-to-date with `master ` before a merge is allowed.
492
+ Branch protections also require that the branch is up-to-date with `` master ` ` before a merge is allowed.
493
493
2. The policy is to delete branches that have been merged. This is only possible if the exact commit has been merged.
494
494
3. For convenience, GitHub will automatically close pull requests if the corresponding branch has been merged to master.
495
495
You can’t perform that action at this time.
0 commit comments