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 :

enter image description here

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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -