I've been using Eclipse with GIT and Gerrit for a long time but decided to give community edition of IntelliJ IDEA (12.1.3) a try. I'm able to fetch and pull changes from our repository but I can't find an option in IntelliJ where I can specify refspecs for push operations. Is there a way to do this within IntelliJ?
Git Push from IDEA pushes only the current branch, and I don't think it will change in future. However, you may specify the target branch in the text field below the commits to be pushed. There is a couple of problems with usability like IDEA-98693, but hopefully they will be fixed in the next version.