Let’s say we created ‘testingAgain’. Copy the repository url. Now create a local git repository and add the remote github url to the local git repo. git init git add * git commit -m "Added spring-boot project" git remote add origin https://github.com ...
↧