How stable is the git plugin for eclipse?

前端 未结 12 730
南旧
南旧 2020-11-29 16:26

I was intending to have a play with git, and was wondering if anyone had used the git plugin for eclipse

I see it\'s at version 0.3.1, and was wondering if anyone kn

12条回答
  •  情书的邮戳
    2020-11-29 17:08

    I'm using if for day-to-day work and I find it stable. Lately the plugin has made good progress and has added:

    • merge support, including a in-Eclipse merge tool;
    • a basic synchronise view;
    • reading of .git/info/exclude and .gitignore files.
    • rebasing;
    • streamlined commands for pushing and pulling;
    • cherry-picking.

    Git repositories view

    Be sure to skim the EGit User Guide for a good overview of the current functionality.

    I find that I only need to drop to the comand line for interactive rebases.

    As an official Eclipse project I am confident that EGit will receive all the main features of the command-line client.

提交回复
热议问题