Spring Create Spring folder in Intellij in intellij terminal git init git remote add origin https://github.com/AkankshaGaonkar/Spring.git Create Your files inside the folder, then git add . git commit -m "Message" git push origin master