Java – how to easily submit neon using git in eclipse

I just upgraded from Mars to eclipse neon Previously, I could select submit from the team menu, and the dialog box will provide a check box for the file I want to play I can easily click "select all" and all files will be segmented In fact, if I remember correctly, the files already in the repository have been checked

Now, instead of a dialog box, eclipse neon displays a "git staging" View tab The modified file is listed as "unstated changes" Yes, I'm familiar with git workflow, but it seems to be a setback for the eclipse UI How do I "stage" files? I have to select them and drag and drop them to staging change? Must I right-click them and add them to the index?

No matter what happens, it won't let me just click the "submit" button - it will complain that there are no non paged files I missed some methods, as simple as in eclipse Mars, which can automatically execute files or at least have a "stage all" button

Solution

For the time being, I'm disabling segmented View > Preferences > team > git > submission in windows and choosing to use the old submission dialog box (one in eclipse Mars) I don't have time to fill out additional list box options, mouse clicks and context menu options, just submit my code

I hope someone can come up with a better answer Git segmented view is interesting, but if it slows me down,

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>