How do I add existing eclipse java project to git

前端 未结 2 1124
渐次进展
渐次进展 2020-12-24 06:58

How do I add an existing java project in eclipse to git?

I noticed when creating the project there was an option to add to source control but I can\'t find this opti

2条回答
  •  梦毁少年i
    2020-12-24 07:52

    Follow these steps

    1. Right click on the project
    2. Select Team -> Share
    3. You will be prompted to select the tool you prefer
    4. Click Create -> Browseif you already have one
    5. Select git and go on

提交回复
热议问题