This project is a fork of the nbgit.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/nbgit.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionWill working on different issues/features regarding nbgit
homepage URLhttp://imyousuf-tech.blogs.smartitengineering.com/
ownerimran@smartitengineering.com
last changeTue, 9 Sep 2008 00:30:18 +0000 (9 02:30 +0200)
content tags
add:
README.markdown

NetBeans Git Module

A versioning plugin for working with Git repositories in Netbeans. Presently, it supports the basic tasks of status, diff, commit, and log viewing. Future versions will increase functionality to provide a full set of 'porcelain' commands.

It uses the JGit library for accessing repositories. To ease installation a JGit jar is distributed with the project source in release/modules/ext/.

More information and documentation are available in the form of JavaHelp files which can be found under:

They will also be accessible via the Help menu when the plugin has been installed.

To download the latest version, check the current status of development, or report an issue visit the project page at:

Installation

This module is still under development and thus may randomly crash, eat all your memory, etc. So consider yourself warned! Before installing or upgrading make sure you read the release notes and list of known issues. They can be found in:

To install from source clone the repository and use File > Open Project to add it to your project list in Netbeans. Then right click on the new project and select "Install/Reload in Development IDE". You are advised to first test the plugin by "running" the project.

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

This code is dual-licensed under the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 and the GNU Public License (GPL) v2. Please see LICENSE for licensing and copyright information.

Support

shortlog
2008-09-09 Jonas FonsecaDisable the Resolve Conflicts and Conflicts Resolved... master
2008-09-09 Jonas FonsecaAdd missing ContextMenu file
2008-09-08 Jonas FonsecaIssue 16: Add UI for user defined actions
2008-09-08 Jonas FonsecaAppend the sign off line after the previous message...
2008-09-06 Jonas FonsecaUse for-each loops in GitIgnore
2008-09-06 Jonas FonsecaSimplify usage og GitIgnore.isIgnored()
2008-09-06 Jonas FonsecaRework GitIgnore comments
2008-09-06 Jonas FonsecaGitIgnore was derived from GitUtils so insert same...
2008-09-06 Jonas FonsecaRemove code related to "syntax:" lines in .hgignore...
2008-09-06 Jonas FonsecaAdd missing bundle entries for GitIgnore
2008-09-06 Alex ColesApply code conventions for project
2008-09-06 Andreas NeuhausWorkaround to be able to open the project in NetBeans...
2008-09-05 Jonas FonsecaIssue 7: Optionally insert Signed-off-by line in the...
2008-09-05 Jonas FonsecaImprove labels in the module option dialog
2008-09-05 Jonas FonsecaAdd contact info to CONTRIBUTORS
2008-09-05 Alex ColesCleanup code whitespace
...
heads
15 years ago master