public
Description: NetBeans Git Module
Homepage: http://nbgit.org/
Clone URL: git://github.com/myabc/nbgit.git
Click here to lend your support to: nbgit and make a donation at www.pledgie.com !
Sergey I. Sharybin (author)
Thu Sep 04 06:14:32 -0700 2008
commit  1dc3208e4b276b975beb047f78e007082a56eb4b
tree    d57ef87da89e60f29c7539605c24d9c77e98fe8b
parent  3e6c3fc3ae31cbf7962969e798cbb74c228f97d1
nbgit /
README.markdown

NetBeans Git Module README

A NetBeans Module to provide first-class support for the Git version control system in the NetBeans IDE.

This module currently targets NetBeans 6.1 and above.

The code is ported directly from the Mercurial Module (included as part of the NetBeans core distribution, as of NetBeans 6.1).

Pre-Requisites

  • Install Git (version 1.5.6 or 1.6.0):
  • on OS X / Linux / Solaris, install from Source: http://git.or.cz/
  • on Windows, install the binaries using MSys Git: http://code.google.com/p/msysgit/

Warning

PLEASE READ BEFORE DOWNLOADING As of 19 August 2008, this Module is under heavy development and is not yet suitable for end-users who want Git functionality within NetBeans. If you've got NetBeans and Java experience, please feel clone, download, and experiment. If you're looking for a working NetBeans module, this project is not there yet! Please consider joining the mailing list to stay in touch!

Getting the Source

Performing a git clone on either of the following repositories will get you the latest source:

git clone git://github.com/myabc/nbgit.git
git clone git://gitorious.org/nbgit/mainline.git (on gitorious)

The following additional mirrors are available:

git://repo.or.cz/nbgit.git
http://repo.or.cz/r/nbgit.git

Build Instructions

Please see here: http://github.com/myabc/nbgit/wikis/buildinstructions

Licensing and Copyright

This code is licensed under the GNU Public License (GPL) v2. Please see LICENSE for licensing and copyright information.

Support

This Module is under heavy development. No official support is currently provided.