Skip to content

Commit 072435f

Browse files
authored
Update 4-how-github-organization-permission-works.md
1 parent 36c0a14 commit 072435f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

learn-pr/github/github-introduction-administration/includes/4-how-github-organization-permission-works.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ After you create a repository with the correct permissions, you can make it a te
2828

2929
### What is repository forking?
3030

31-
Forking is a way to create a personal copy of someone else's repository under your own GitHub account. When you fork a repository, you get your own version that you can freely modify without affecting the original project. This is a common workflow for contributing to open source or experimenting with changes safely.
31+
Forking is a way to create a personal copy of someone else's repository under your own GitHub account. When you fork a repository, you get your own version that you can freely modify without affecting the original project. This process is a common workflow for contributing to open source or experimenting with changes safely.
3232

3333
You can also keep your fork up to date by pulling in changes from the original repository, often called the “upstream” repo.
3434

@@ -60,7 +60,6 @@ To configure fork settings:
6060

6161
To learn more, see the GitHub Docs article on [Fork a repo](https://docs.github.com/en/get-started/quickstart/fork-a-repo).
6262

63-
6463
## Ways Users Receive Repository Access
6564

6665
### Actions of a User Given a List of Their Repository Permissions

0 commit comments

Comments
 (0)