Quantcast
Channel: User Schwern - Stack Overflow
Viewing all articles
Browse latest Browse all 581

Comment by Schwern on Why is a git 'pull request' not called a 'push request'?

$
0
0
I think a lot of confusion stems from a lot of people who are only familiar with a single central repository for work where they have permission to push changes directly to the repository. However, Git is distributed. The historically intended way to collaborate with Git is to make your own fork of the parent repository, make your changes there, and then request the changes in your repository are pulled from your fork into the parent repository. This is how you contribute to a project you are not part of, and thus cannot push to, such as an Open Source repository.

Viewing all articles
Browse latest Browse all 581

Trending Articles