Creating Repositories - Eastside-Catholic/Tutorial GitHub Wiki

Click to go back to Home Page

  1. On http://github.com, click "+ New Repository":

  2. Choose a name. Leave "Initialize this repository" UNCHECKED

  3. Click the clipboard icon to copy the git url

  4. Create a new Java project in Eclipse. Make sure the name is the same as the repository name.

  5. Right click on the project, and select Team > Share Project.

  6. Select "Use or create repository...", click on the only project entry, click "Create Repository", and click Finish.

  7. Right click on the project, and select New > Class

  8. Choose a name. Main is recommended. Click Finish.

  9. Right click on the project, and select Team > Commit (Keyboard shortcut: Ctrl+#)

  10. Type a commit message that describes your changes, click "Commit and Push" (Examples of good/bad commit messages)

  11. Paste the url from step 3 into URI. If the Authentication section is empty, type GitHub username and password, and check "Store in Secure Store"

  12. Click Next

  13. Click Finish

  14. Click OK