Skip to content

Commit

Permalink
Update Eclipse instructions to allow pull from JMRI repository and push
Browse files Browse the repository at this point in the history
to a user's repository.
  • Loading branch information
DanielBoudreau committed Oct 4, 2015
1 parent 0cc3f89 commit f58b886
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions help/en/html/doc/Technical/Eclipse.shtml
Expand Up @@ -260,19 +260,28 @@
JMRI repository <a href="https://github.com/JMRI/JMRI">https://github.com/JMRI/JMRI</a>
In the upper right hand corner of the page you will find a button
labeled "Fork". Press the "Fork" button to create your own
repository of the JMRI source.</p>
<p>To push to your GitHub repository, again select "Team" and
then "Push Branch". In the "Push Branch to Remote" window, press the
"New Remote" and enter the URL of your GitHub repository along with
your username and password.</p>
repository of the JMRI source.
</p>
<p>To push to your GitHub repository, again select "Team" then
"Remote" then "Configure Push to Upstream". In the "Configure Push"
window, click on the "Push URIs" and then the "Add" button. In the
"New URI" window enter the URL of your
GitHub repository along with your username and password. After
pressing finish the "Configure Push" window should look like the
image below:</p> <img src="images/EclipseConfigurePush.png">
<P>Press either the "Save and Push" or the "Save" button. Later
when you want to push new changes to your repository on GitHub, you
can simply committed them as described above, and then use the
"Push" icon in the Synchronize window.</P>
<li>Finally, request a "pull" to the main JMRI code repository on
the GitHub website.
<p>
To do this, start by signing on to the <a href="http://github.com">GitHub
web site</a>, selecting your repository and clicking the <a
href="gitdeveloper.shtml#pull">Pull Request button</a>. For more
info, see the <a href="gitdeveloper.shtml#pull">developer
instructions,</a></p>.
instructions,</a>
</p>.
</ul>

<A name="errors"></A>
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f58b886

Please sign in to comment.