Thursday, March 1, 2018

import or push to github repository in eclipse IDE


first we need to create repository with github. It can be public or private.
Steps for IDE (eclipse or STS)->
File
->import
->projects from github
-> clone URI
now copy the clone URI and paste in to box of the IDE
enter the credentials ie user name and password
do not enter any port number
commiting to the github
now make changes in the project
right click and choose team
add to index
commit
enter message and click on commit
=====================================
We can import public github repository to our own repository. and make it private.
and then import the project and choose clone uri into Spring tool Suite.
if there is any error->
right click on the project and maven -> update project-> force update
make changes in the project
add to index
commit
enter message and click on commit and push

No comments:

Post a Comment