Update README.md

Co-Authored-By: Diego Sanchez <diegogsann@gmail.com>
This commit is contained in:
Richard Littauer 2019-06-20 11:40:24 +02:00 committed by GitHub
parent 42a42874ff
commit 8c34ae74ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ For more, see [this StackOverflow topic](https://stackoverflow.com/questions/243
### I want to add code to someone else's repository
Git doesn't allow you to add code to someone else's repository without access rights. Niether 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.
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.