Skip to content

Create a Patch

Joachim Marder edited this page Apr 10, 2018 · 6 revisions

If you want to submit a changes, you may create a pull request. In case you are unfamiliar with GIT or pull requests, you may also create a patch file and attach it to the issue. The steps using TostoiseSVN are:

If you work with TortoiseGit and a clone of Virtual-TreeView you can create a patch with the following steps.

  • Commit your changes locally.
  • Right-click on the project folder and select "Create patch serial..."
  • In the "Version" section select "Since" and from the drop-down list select "remotes/origin/master"
  • Press OK and your patch will be generated.
Clone this wiki locally