'How to create a patch in IntelliJ IDEA?
I've been using IntelliJ IDEA 9.0 Community Edition for some time after years living in Eclipse. One thing seems to be hard to find in it. I'd like to create a patch on some subfolder in my project. In Eclipse it is done using right click, Team, Create Patch.
Does anybody know how to do that in IDEA?
Solution 1:[1]
You can do a right click Local History -> Show History and then choose a revision and click on patch button (the second from the left)
Solution 2:[2]
From the top corner, click on Git -->patch--> create Patch from Local Changes
Solution 3:[3]
In the Local Changes tab or the Repository(SVN)/Log(Git) tab of the Version Control tool window, select a change or changelist you want to create a patch for and click Create Patch from the context menu.
P.S. relevant for all versions
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Patrick |
| Solution 2 | lawd |
| Solution 3 | am0wa |
