diff options
| author | tekkub <tekkub@gmail.com> | 2010-01-25 14:54:29 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2010-01-25 14:54:29 -0700 |
| commit | 0477f6bbea431c70f1468652d9119a69774a4dfa (patch) | |
| tree | e970a0a575309b9f02658661291e410d5fe65514 /_posts/2009-06-16-forking.textile | |
| parent | e97b7d4183f736c092083d67f8ee9f17dbc8c342 (diff) | |
Forgot the pull request one
Diffstat (limited to '_posts/2009-06-16-forking.textile')
| -rw-r--r-- | _posts/2009-06-16-forking.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-06-16-forking.textile b/_posts/2009-06-16-forking.textile index c6bdc87..04303dc 100644 --- a/_posts/2009-06-16-forking.textile +++ b/_posts/2009-06-16-forking.textile @@ -32,7 +32,7 @@ h2. Pushing your changes Now that we've got our fork, we need to make a few changes and commit them locally. Once you've done this, it's time to push your updated branch. <pre class="terminal">$ git push origin master</pre> -After you've pushed your commit(s) you need to inform the project owner of the changes so they can pull them into their repo. From your project's page, click the !http://github.com/images/modules/repos/pull_request_button.png! button. Fill in a note and pick who to send the request to. In large projects it is important that you *do not* send the request to every person who's touched the project. Make sure you're only sending to the people who care, the user(s) that manage the core project repo. +After you've pushed your commit(s) you need to inform the project owner of the changes so they can pull them into their repo. From your project's page, click the "pull request" button. Fill in a note and pick who to send the request to. In large projects it is important that you *do not* send the request to every person who's touched the project. Make sure you're only sending to the people who care, the user(s) that manage the core project repo. _Note that some projects do not accept pull requests. Make sure you submit your request to the place they want it, or you will probably just be ignored._ |
