git - Project not commiting to github correctly -
when commit project remote github repository right clicking on project , selecting "push", new project folder created same name project folder created on github. in github have 2 folders same name shown :
the source code should directly below "mark", not below "mark" -> "mark". how can commit source code remote repository without creating new project directory in remote repository ? structure in attached image should be
`"mark" -> ".settings","src","war",".classpath",."project"`
instead of
"mark" -> "mark" -> ".settings","src","war",".classpath",."project"
note : whitespace between names "mark" because removed part of repository name.
Comments
Post a Comment