In our one of the post, we have seen how to push and pull projects using git commands, sometimes it’s hard to remember git commands to download or upload projects in github.
If you are using Visual studio or any paid IDE, they will have inbuilt feature to connect to github, but eclipse being open source IDE, we have EGit plugin for eclipse IDE, we will see how to push pull by using the EGit plugin.
Here is the video which explains clearly how to
- Install EGit plugin
- Download and import github projects in to eclipse
- Edit or update the project and push back to github