how to add second module in intellj idea and push it to git repo

Viewed 26

trying to add second module in intellj idea and push it to git repo,
but cannot figure out how do it...

creating new module in existing project by:
file-> new-> module...
enter image description here

then press ctrl+K
enter image description here

after
enter image description here

i got messages - Push successful ToDo: Everything is up-to-date and 9 files committed: init
but in my github repo nothing changed, what im doing wrong?

1 Answers

do not create with sping.io create with maven arch
main thing - parent enter image description here

Related