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:
on base of revisions, either local or committed repository
on base of revisions stored in local history.
to create patch file
in local changes tab or repository tab of version control tool window, select change or changelist want create patch for.
on main version control menu or on context menu of selection, choose create patch.
in create patch dialog box opens, review list of changed files, , make sure files included in patch selected.
add commit comment.
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
Post a Comment