Skip to content

Commit d0d8666

Browse files
committed
Fix list syntax
1 parent 18f06c4 commit d0d8666

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

work/flow.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,10 @@ We **always use non-fast forward merges** so that the merge point is marked in G
487487
git push
488488
489489
We force push the rebased branch for three reasons:
490-
(1) In many repos, branch protection requires that Travis was run on any commits before they can be pushed onto master
491-
(2) The policy is to delete branches that have been merged. This is only possible if the exact commit has been merged.
492-
(3) For convenience, Github will automatically close pull requests if the corresponding branch has been merged to master.
490+
491+
1. In many repos, branch protection requires that Travis was run on any commits before they can be pushed onto master
492+
2. The policy is to delete branches that have been merged. This is only possible if the exact commit has been merged.
493+
3. For convenience, GitHub will automatically close pull requests if the corresponding branch has been merged to master.
493494

494495
**GitHub pull request pages also offer a 'big green button' for merging a branch to master**.
495496
We discourage you from using this button since there isn't a convenient way of knowing that the merged development history graph will be linear from GitHub's interface.

0 commit comments

Comments
 (0)