Skip to content

Commit 703f539

Browse files
authored
Merge pull request #89 from ghostbsd/fix-documentation
Update ports documentation to reflect renaming of FreeBSD `master` to main
2 parents 9ccdb17 + 833a51e commit 703f539

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

contributor/ports/maintaining-ports-tree.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,13 @@ Fetch the latest changes from FreeBSD:
5656
```shell
5757
git fetch freebsd
5858
```
59-
Merge FreeBSD’s `master` branch into your branch:
59+
Merge FreeBSD’s `main` branch into your branch:
6060
```shell
61-
git merge freebsd/master
61+
git merge freebsd/main
6262
```
6363

6464
- **If no conflicts occur**: Proceed to Step 5 (Testing).
6565
- **If conflicts occur**: Continue to Step 4 (Resolving Conflicts).
66-
67-
You’re right—my wording for directory conflicts suggests restoring GhostBSD’s version when FreeBSD renames or removes a directory, but you want the resolver to ensure files are moved and the old directory is removed, aligning with FreeBSD’s change. Here’s the corrected section:
68-
6966
---
7067

7168
### 4. Resolve Merge Conflicts

0 commit comments

Comments
 (0)