NbGit is a module for the NetBeans IDE that adds support for working with the Git version control system. It uses the JGit library created as part of EGit to interact with Git repositories. Because the module is pure Java code, it should work better across different platforms, modulo platform specific differences, such as file system behavior.
| Tags | Software Development Version Control Text Editors Integrated Development Environments (IDE) |
|---|---|
| Licenses | GPLv2 |
| Implementation | Java |
Recent releases


Release Notes: This release fixes the problem of reloading exclude files (.gitignore and .git/info/exclude) if they are modified. It also fixes problems related to the use of submodules. New features include initial support for cloning (for now, file:// and git:// work to some degree). Lastly, this release provides a first shot at integrating JGit's graph visualization. It is currently very limited in terms of features, but provides a basic gitk-like interface.


Release Notes: This is the first release of nbgit, a git module for NetBeans, and brings support for the most basic features of a NetBeans versioning module, such as showing annotations for files and directories, viewing the status of tracked files, browsing differences (both in diff view and in the editor), committing, and browsing the revision history.