Skip to content

Commit 61b2c91

Browse files
committed
fix some issues
1 parent ca4a924 commit 61b2c91

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

learn-pr/github/github-enterprise-server-repository-workflows/includes/2-branch-strategies.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,23 +74,23 @@ Your organization may have specific naming conventions and rules, but this flow
7474

7575
- If your organization prefers rebase:
7676

77-
```bash
77+
```bash
7878
79-
git fetch origin
79+
git fetch origin
8080
81-
git rebase origin/main
81+
git rebase origin/main
8282
83-
```
83+
```
8484

8585
- If your organization prefers merge:
8686

87-
```bash
87+
```bash
8888
89-
git fetch origin
89+
git fetch origin
9090
91-
git merge origin/main
91+
git merge origin/main
9292
93-
```
93+
```
9494

9595
Use the strategy your team standardizes on, since branch protection settings (and review expectations) often assume a particular workflow.
9696

0 commit comments

Comments
 (0)