Creating patch of a git revision with Intellij -


is possible @ all?

it works sourcetree selecting particular version in history of project, right clicking , selecting create patch.
same option disabled in intellij setup.

it should there in version control tab. https://www.jetbrains.com/help/idea/2016.2/creating-patches.html

creating patches

intellij idea suggests 2 ways of creating patches:

  1. on base of revisions, either local or committed repository

  2. on base of revisions stored in local history.

to create patch file

  1. in local changes tab or repository tab of version control tool window, select change or changelist want create patch for.

  2. on main version control menu or on context menu of selection, choose create patch. enter image description here

  3. in create patch dialog box opens, review list of changed files, , make sure files included in patch selected.

  4. add commit comment.

  5. click create patch.

you can create patch on base of local history. that, open local history view desired directory, file or code fragment, described in section using local history, right-click desired revision, , choose create patch command on context menu, or click create patch button img on toolbar.


Comments