Tuesday, May 12, 2020

Using Github with Eclipse

I am using eGit to try this out.

In Eclipse-> Help -> Install New Software -> Work with:
http://download.eclipse.org/egit/updates

Useful video to get started:
https://www.youtube.com/watch?v=ptK9-CNms98

And how to configure projects to push to Github:
https://www.youtube.com/watch?v=LPT7v69guVY
1. How to create github repository 2. How to clone repository in eclipse 3. How to add eclipse project to github repository 4. How to commit, push and pull the changes

Basically:
Step 1 : Create GitHub account and SignIn Step 2 : Start a Project = Create a repository Step 3 : Start Eclipse Step 4 : Goto Perspective - Git Repositories and click on Add Git Repo Step 5 : Create a project in Eclipse Step 6 : Do a right click on Project - Team - Share - Add to git repo Step 7 : Commit and Push the project to the repo Step 8 : Commit and Push every change to the repo