How to create a patch in IntelliJ IDEA?

独自空忆成欢 提交于 2019-12-03 11:11:45

Use the Changes view. In the group by directory mode you can right click on the directory with changes and choose Create Patch from the context menu.

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)

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!