- Install NetBeans and launch it
- Install NBGit plugin as described here
- From the menu, choose Team > Git > Clone Other...
- For the Repository URL, specify:
- Read-only: git://imagejdev.org/imagej.git
ImageJ in NetBeans (read-only) - Read/write: ssh://git@imagejdev.org/imagej.git
ImageJ in NetBeans (read/write)
- Read-only: git://imagejdev.org/imagej.git
- Click Next
- For the Clone Name, specify "imagej" and click Finish
- When another dialog appears, click "Open Project"
- Note that NBGit does yet not support the push and pull actions (see this issue for details) so we advise using "git push" and "git pull" on the command line for now
Also see:
Howto Setup Netbeans 6.7 for Debugging ImageJ Plugin >>
