Added article

This commit is contained in:
Marvin Wendt 2019-09-01 14:48:12 +02:00
parent b6308494da
commit 5a641989a7
No known key found for this signature in database
GPG Key ID: 273E01721E1C5338
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ For more, see [this StackOverflow topic](https://stackoverflow.com/questions/243
Git doesn't allow you to add code to someone else's repository without access rights. Neither does GitHub, which is not the same as Git, but rather a hosted service for Git repositories. However, you can suggest code using patches, or, on GitHub, forks and pull requests.
First, a bit about forking. A fork is a copy of repository. It is not a git operation, but is a common action on GitHub, Bitbucket, GitLab — or anywhere people host Git repositories. You can fork a repository through the hosted UI.
First, a bit about forking. A fork is a copy of a repository. It is not a git operation, but is a common action on GitHub, Bitbucket, GitLab — or anywhere people host Git repositories. You can fork a repository through the hosted UI.
#### Suggesting code via pull requests