Eclipse GitHub Repo
Creating New Repository
- Launch Github Desktop
- File > New repository
- Leave Default Path alone (E:\
GitHubRepo)GitHub Repo). Just type in a name then Create Repository. Repository > Show In ExplorerThis is whereAfter you create repository the new path will becopyingE:\Githubyour eclipse source folderRepo\ProjectName
Now In eclipse right click on project. Then Show In > System Explorer.
Copy the project folder and paste it in the folder in step 4.1.
Copy a .gitignore from a previous project into the same place.
Contents of .gitignore
- Repository > Show In Explorer
- This is where you will be copying your eclipse source folder if it already exists.
- This is where you should create your new Eclipse project if it is a new project.
4.1 Creating New Eclipse Project
Uncheck default location. Choose E:\GitHub Repo\The New Repo Folder
4.2 Importing Old Eclipse Project
In eclipse right click on project. Then Show In > System Explorer.
Copy the project folder and paste it in the folder in step 4.1.
Your repository in step 4.1 should look like this now.
In Eclipse. Delete the old project.
- File > Import > General > Projects from Folders or Archives...
- Locate the new project you copied in E:\Github Repo
- Done. Finished importing
Finally commit
Now type in a summary in the github app. And an optional description of the changes. Then press Commit.
After you commit you have to Publish. in the top right.
Any future commits have to be Pushed. also in the top right (it isn't called Published).

