From: Martin B. <dr....@t-...> - 2017-06-12 16:16:51
|
Am 11.06.2017 um 18:50 schrieb Dave Mitton: > I need a walk through or a pointer to how to configure an Eclipse Java > "project" and how to setup the git relationship to sf.net. > If you followed the steps before you should now have a project called rails or rails code in your eclipse project view. with a branch in [] behind that project name. Right click on the project. Go for Team->Switch To-> rails_2_develop. Right click on the project. Go for Team->Switch To-> New Branch this should show the following picture: You can select the branch you want as a base via the select dialog. Give your new branch a speaking name for example davem_1871 (or whatever variant you want to work upon) or davem_1830_fix_Startround... As you probably will work locally for a start dont check the Configure upstream for push and pull. This should create a branch based on the rails_2_develop branch for you to play with. Next part will be about setting up Gradle and or Ant. Regards Martin |