Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 979 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 979 Bytes

Contributing to Git Extensions

How to contribute code

How to debug GitExtensions

The installer is build using WiX. You need to install WiX when you want to build the installer. This can be downloaded here: http://wixtoolset.org/. If you do not want to build the installer, just open the solution and ignore the warning.

  • Open the solution file (GitExtensions.sln)
  • Hit F5 to compile and run GitExtensions

How to create the installer