Git + Idea = confusion
I'm having a hard time mentally "mapping" the Git "command line" commands to the Intellij Idea VCS interface. Particularly in the area of merging among different branches, the interface seems very confusing - I always seem to wind up on the branch I need to be merging FROM, not the one I'm trying to merge TO. I'm wondering if anyone out there has some good links to a tutorial or example of how to do Git development in Intellij.
请先登录再写评论。
There are two tutorials on http://wiki.jetbrains.net/intellij/, maybe they can be of help. Could you describe the workflows/dialogs in detail which you find to be confusing?
Thank you for the link. I have no idea how I overlooked these.