Git Support in Intellij
已回答
This applies more to the intellij platform and not any specific implementation.
So I am a long time eclipse user and would like to talk about git support in intellij...
My main point is that the user interface for git support in intellij is poor.
The fundamental issue is that there are a total of 3 different places that I need to go to access git functionality.
- If I want history for my repo I right click on a folder
- If I want to change branches I have to select the Git: XXX option on the status bar
- If I want to push/pull I can either select VCS and then Git or right click and select repository.
Why the confusion? Why not one place, right click on the folder should give me push/pull, branch, history etc - without the sub menu...
It is confusing and hard... Yes, I've figured it out now but still. It's just too many clicks and too complicated.
This is an area where eclipse is so much better...
请先登录再写评论。
Thank you for your feedback!
- You can see history for your repository under Version Control Tool Window (Alt + 9) | Log tab.
- You can also move Version Control Tool Window to the right side so it's closed to branches pop-up. (Right-click on Version Control | Move to | Bottom Right)
- You can push or pull via the right-upper corner by using the "Upgrade project" for the Pull operation. Commit also makes Push possible by choosing "Commit and Push" in the commit dialog.