Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
student:personalgithub:eclipse:start [2023/01/18 11:46] – bernstdh | student:personalgithub:eclipse:start [2023/04/12 11:50] (current) – bernstdh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== GitHub for Personal Use with Eclipse |
- | This page describes one way to use GitHub for personal use under Eclipse. | + | This page describes one way to use GitHub for personal use (whether you are working alone or with someone else) under Eclipse. |
+ | |||
+ | **Note that individual courses that require the use of Git (e.g., CS345) may specify a different process and/or may not use GitHub. ** | ||
===== For Each Course ===== | ===== For Each Course ===== | ||
- | ==== In Your Browser On One Machine ==== | + | For each course you must create a repository on GitHub using one machine. |
+ | |||
+ | ==== Create a GitHub Repository From One Machine ==== | ||
- | | + | |
- Login to GitHub. | - Login to GitHub. | ||
- Create a new repository for the course (e.g., with a repository name of '' | - Create a new repository for the course (e.g., with a repository name of '' | ||
Line 58: | Line 62: | ||
At this point you should also create a Personal Access Token (see '' | At this point you should also create a Personal Access Token (see '' | ||
- | ==== In a File Explorer/Finder/ | + | ==== Create the Necessary Directories/Folders |
+ | - Open a file explorer/ | ||
- Create a directory/ | - Create a directory/ | ||
- Create a directory/ | - Create a directory/ | ||
- Create a directory/ | - Create a directory/ | ||
- | ==== In Eclipse | + | ==== Clone the GitHub Repository |
- Start Eclipse. When asked for the workspace to use, browse to the directory/ | - Start Eclipse. When asked for the workspace to use, browse to the directory/ | ||
Line 79: | Line 84: | ||
- Make sure the " | - Make sure the " | ||
- Click in < | - Click in < | ||
- | - Open the Java perspective. | ||
- | ===For Each Eclipse Project in the Course, On One Machine | + | ===== For Each Eclipse Project in Each Course |
+ | For each Eclipse project in a course, you will create the project on one machine and push it to GitHub. The, you will import the project on every other machine. | ||
+ | |||
+ | ==== Create the Project On One Machine ==== | ||
+ | |||
+ | - Start Eclipse. | ||
+ | - Open the "Java Perspective" | ||
- Create the new project. | - Create the new project. | ||
- Add the project to source control by right-clicking on the package name, pulling down to [Team] and across to [Share project]. Note: At this point, a directory/ | - Add the project to source control by right-clicking on the package name, pulling down to [Team] and across to [Share project]. Note: At this point, a directory/ | ||
- Click on the " | - Click on the " | ||
- Click on < | - Click on < | ||
- | - Commit and push as needed. | + | - Commit and push. |
- | ===For Each Eclipse Project in the Course, | + | ==== Import |
- Start Eclipse. | - Start Eclipse. | ||
- Open the Git Perspective. | - Open the Git Perspective. | ||
+ | - Expand the repository (e.g., '' | ||
- Expand the " | - Expand the " | ||
- Right-click on the directory/ | - Right-click on the directory/ |