jotux / gitextensions

GitExtensions is a shell extension, a Visual Studio 2008 plugin and a standalone Git repository tool.

Home Page:http://code.google.com/p/gitextensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Extensions

Introduction

GitExtensions is a shell extension, a Visual Studio 2008 / 2010 plugin and a standalone Git repository tool.

Mailing list

The mailing list can be found at http://groups.google.com/group/gitextensions

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://wix.sourceforge.net/. If you do not want to build the installer, just open the solution and ignore the warning.

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

How to contribute code

If you do not want to use github, I also accept mailed patches. Just make sure the patch is send as an attachement and not in the body of the mail.

How to create the installer

  • Download and install WiX http://wix.sourceforge.net/
  • Open the solution file (GitCommands.sln or GitCommands.VS2010.sln)
  • Compile SimpleShlExt in release for 64bit windows
  • Compile SimpleShlExt in release for 32bit windows
  • Compile entire solution in release, mixed platforms
  • Run Setup\MakeInstallers.bat to build the installers

Links

About

GitExtensions is a shell extension, a Visual Studio 2008 plugin and a standalone Git repository tool.

http://code.google.com/p/gitextensions

License:GNU General Public License v3.0


Languages

Language:C# 97.9%Language:Visual Basic 0.8%Language:JavaScript 0.6%Language:C++ 0.5%Language:Ruby 0.1%Language:Rust 0.1%Language:C 0.0%Language:Shell 0.0%