|
||||||||
Creating a BitBucket GIT repository from existing (or one you just created) Eclipse Project (also see video --if not up to date search for you own ---basically repeats steps below) -this assumes you have a BitBucket account and you have installed eGit on Eclipse alreadyStep 1) tell Eclipse want project to be associated with Git Step 2) specify where local GIT repository will be stored it will be stored Step 3) commit your project code and associate it with a remote Git (bitbucket) repository
step 1: start eclipse and right click on the project and select Team->Share Project, select Git
step 2: Hit create button to create a NEW repository
step 2.2: now we have a project associated with a LOCAL git repository
step 3: try to commit and push code (right click on project Team->Commit)---it will not only push to local but, prompt for a REMOTE repository
|
||||||||
© Lynne Grewe |