WebStorm git add --patch utilization -


does know if webstorm 11 offers functionality git add --patch , if how utilize in webstorm 11 ?

i've found thing on jetbrains website: https://www.jetbrains.com/phpstorm/help/creating-patches.html

although i'm not sure if it's i'm looking since never used git add --patch before, , described in page creates patch file. don't know if patch file i'm referring or feature idea gives different.

no, it's not creating patches, it's git interactive mode support; see https://git-scm.com/docs/git-add more information. feature not supported webstorm. please follow idea-63201 updates


Comments