On 22/04/2015 08:20, Jacob Carlborg wrote:
<snip>
If you're forking a project on Github you get your own copy of the project. The 
projects
are linked but the repositories are not. What I mean by that is on your fork 
you'll see
that it is a fork with a link back to the original project. From the original 
project you
can also view all forks.

The repositories are not linked in the sense that there's no automatic syncing 
of code
between them. The fork needs to manually pull from the original repository to 
get the
latest changes.

I guess the word "link" has too many meanings. :p

So a fork is really a working copy of the master repository, and the code that the user will typically edit is in turn a working copy of this. And "commit" and "push" in Git terms basically mean to commit to the local fork and to commit the fork to the master repo respectively.

So if "pull" means to update one's fork, what is a "pull request" requesting 
exactly?

Stewart.

--
My email address is valid but not my primary mailbox and not checked regularly. Please keep replies on the 'group where everybody may benefit.
            • Re: ds... Stewart Gordon via Digitalmars-d-announce
              • Re... lobo via Digitalmars-d-announce
              • Re... Stewart Gordon via Digitalmars-d-announce
              • Re... lobo via Digitalmars-d-announce
              • Re... Vladimir Panteleev via Digitalmars-d-announce
              • Re... Stewart Gordon via Digitalmars-d-announce
              • Re... Stewart Gordon via Digitalmars-d-announce
              • Re... Vladimir Panteleev via Digitalmars-d-announce
              • Re... Stewart Gordon via Digitalmars-d-announce
              • Re... Jacob Carlborg via Digitalmars-d-announce
              • Re... Stewart Gordon via Digitalmars-d-announce
              • Re... Jonathan M Davis via Digitalmars-d-announce
              • Re... Rikki Cattermole via Digitalmars-d-announce
              • Re... Kagamin via Digitalmars-d-announce
              • Re... Rikki Cattermole via Digitalmars-d-announce
              • Re... tired_eyes via Digitalmars-d-announce
              • Re... Vladimir Panteleev via Digitalmars-d-announce
              • Re... tired_eyes via Digitalmars-d-announce
  • Re: dsource.org moved Stewart Gordon via Digitalmars-d-announce

Reply via email to