Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
student:personalgithub:eclipse:start [2023/01/18 11:52] bernstdhstudent:personalgithub:eclipse:start [2023/04/12 11:50] (current) bernstdh
Line 1: Line 1:
 ====== GitHub for Personal Use with Eclipse  ====== ====== GitHub for Personal Use with Eclipse  ======
  
-This page describes one way to use GitHub for personal use under Eclipse. It uses a different repository for each course.+This page describes one way to use GitHub for personal use (whether you are working alone or with someone else) under Eclipse. It uses a different repository for each course. 
 + 
 +**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.  Then you must create the necessary directories/folders on each machine and clone the GitHub repository. 
 + 
 +==== Create a GitHub Repository From One Machine ====
  
-   Create GitHub account if you don't have one.+   Open WWW browser.
    - Login to GitHub.    - Login to GitHub.
    - Create a new repository for the course (e.g., with a repository name of ''cs999'').    - Create a new repository for the course (e.g., with a repository name of ''cs999'').
Line 58: Line 62:
 At this point you should also create a Personal Access Token (see ''https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token''). At this point you should also create a Personal Access Token (see ''https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token'').
  
-==== In a File Explorer/Finder/Terminal on Each Machine ====+==== Create the Necessary Directories/Folders on Each Machine ====
  
 +  - Open a file explorer/finder/terminal.
   - Create a directory/folder for the course (e.g., ''/home/bernstdh/cs999'').   - Create a directory/folder for the course (e.g., ''/home/bernstdh/cs999'').
   - Create a directory/folder for the Eclipse workspace for the course (e.g.,  ''/home/bernstdh/cs999/eclipse''). **Don't use the  course directory/folder**, create a sub directory/folder in the course directory/folder.   - Create a directory/folder for the Eclipse workspace for the course (e.g.,  ''/home/bernstdh/cs999/eclipse''). **Don't use the  course directory/folder**, create a sub directory/folder in the course directory/folder.
   - Create a directory/folder for the Git repository for the course (e.g., ''/home/bernstdh/cs999/git''). Again, **don't use the course directory/folder** (create a sub directory/folder in the course directory/folder), **don't use the workspace folder**, and **don't put the repository folder inside of the workspace folder**.   - Create a directory/folder for the Git repository for the course (e.g., ''/home/bernstdh/cs999/git''). Again, **don't use the course directory/folder** (create a sub directory/folder in the course directory/folder), **don't use the workspace folder**, and **don't put the repository folder inside of the workspace folder**.
  
-==== In Eclipse on Each Machine ====+==== Clone the GitHub Repository on Each Machine ====
  
   - Start Eclipse. When asked for the workspace to use, browse to the directory/folder you just created for this purpose (e.g., ''/home/bernstdh/cs999/eclipse'').   - Start Eclipse. When asked for the workspace to use, browse to the directory/folder you just created for this purpose (e.g., ''/home/bernstdh/cs999/eclipse'').
Line 80: Line 85:
   - Click in <key>Finish</key>.   - Click in <key>Finish</key>.
  
-===For Each Eclipse Project in the Course, On One Machine ===+===== For Each Eclipse Project in Each Course ===== 
 + 
 +For each Eclipse project in a courseyou 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.   - Start Eclipse.
Line 88: Line 97:
   - Click on the "Repository:" dropdown and select the Git repository for this course (e.g., ''/home/bernstdh/cs999/git'').   - Click on the "Repository:" dropdown and select the Git repository for this course (e.g., ''/home/bernstdh/cs999/git'').
   - Click on <key>Finish</key>. Note: At this point, the directory/folder for the project will be moved from the worskapce directory/folder to the Git respoitory folder/directory.   - Click on <key>Finish</key>. Note: At this point, the directory/folder for the project will be moved from the worskapce directory/folder to the Git respoitory folder/directory.
-  - Commit and push as needed.+  - Commit and push.
  
  
-===For Each Eclipse Project in the Course, On Other Machine(s) ===+==== Import the Project On Other Machine(s) ====
  
   - Start Eclipse.   - Start Eclipse.