This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: Git Branches for Multi-root Projects
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
Sometimes there is a need to have multiple Git repositories within a single project. Since long ago IntelliJ IDEA is able to execute many Git operations on all roots at once: Commit, Update Project, Push. Now multi-repository support has come to branches.
In IntelliJ IDEA 11.1 we have implemented two different approaches for multi-root branches.
Most people [...]