top of page
Search

Join a Github project and work in Eclipse

  • Writer: Rudy Shih
    Rudy Shih
  • Sep 19, 2019
  • 1 min read

Import a project from Github to Eclipse, do some modification and push to Github. The process is shown below.

⇒ Clone the project from Github.

⇒ Create workspace in Eclipse.

⇒ Modify the porject.

⇒ Create a Github branch by Eclipse

⇒ Push the modified project to the new branch.

⇒ New pull request.


1. Eclipse → Window → Show view → Git→Git repositories



2. Paste the URI which is copied from Github in URI.



3. Create new project → uncheck "use default location" → Browse to the location of Git repository → the project shows in Package Explorer



4. After modify the project, add new branch by right click on the project → Team → Switch to... → New branch


5. Right click on the project →Team → Commit.. → Add Commit message → Commit and push...


6. In Github, select the new branch which includes the new commit →Press New pull request → Fill the form → Create pull request.


 
 
 

Comments


  • linkedin
  • generic-social-link

©2019 by Rudy. Proudly created with Wix.com

bottom of page