Monday, May 26, 2014

Java EE 109 GitHub and EGit Eclipse Plugin

---
Java EE 109 GitHub and EGit Eclipse Plugin
STEPS
1) Install Eclipse Git Team Provider.
2) Share Project.

STEPS

1) Install Eclipse Git Team Provider.

2) Share Project

2.1) Right-click project name, select Team/Share Project…
2.2) Select Git
2.3) Enter Project Name and Directory.
2.4) Click Finish.
2.5) Click Commit.
2.6) Select Files to be committed.
2.7) (if you haven’t got a remote directory on GitHub) Create a remote directory.
2.8) Copy the path.
2.9) Back in Eclipse, paste the path and click Next.
2.10) Set Details.
2.11) Add All Branches.
2.12) Click Next.
2.13) Confirm.
2.14) Done.
2.15) Check in Remote Directory that project files and folder have been synchronized.
---

No comments:

Post a Comment