Netbeans doesn't display a git option under team -


i have git , netbeans installed on ubuntu , i'm trying follow these instructions, team -> git -> clone.

however, when select team on netbeans options cvs, mercurial, subversion, local history , create build job, no git seen.

depending on version of netbeans ide using, git 'plugin' may not bundled default.

  1. navigate 'tools' --> 'plugins' along top of ide.
  2. navigate 'installed' tab of plugins popup window.
  3. search 'git' in search box in upper right of plugins window.
  4. git may show part of 'base ide' 'plugin' or separate git plugin, if not show either follow step below.
  5. if have not been able locate git: navigate 'available plugins' tab of plugins window
  6. search , download plugin: http://plugins.netbeans.org/plugin/37577/git-versioning-system-support

note: plugin linked same git plugin shipped netbeans default.


Comments