I commit a project on github using these steps :
Right click your project, select Team -> Share Project -> Git. Select the proposed line and press "Create repository". Press finish.
Right-mouse click on your project and select "Team" -> "Push". A dialog pops up. Maintain the following data. Adjust the hightlighted line so that you are using your user and your project name.
But when I view my project on github this is my project structure : myproject -> myproject -> src
When it should be : myproject -> src
So an extra level with the project name is being created on github. Am I commiting the project correctly ?
When I try to share the project with "Use or create repository in parent folder of project" enabled the project path is "c:\homedir\git\egit-test1\egit-test1" Should it not be "c:\homedir\git\egit-test1\" ?
Screenshot attached :