Netbeans 7.3 and git integration: where is the git client used by Netbeans? -


in netbeans 7.3, tried init git repository via gui, , apparently has worked.
tried launch command-line client more familiar , discovered apparently on (windows 7) machine there no git client. not installed stand-alone client, neither inside netbeans.
questions are:

  1. does netbeans have internal (java based) git client? if so, docs not date because state (from netbeans help):

    before can take advantage of ide's git support, need have git client software
    installed on system. ide supports git client versions 1.7.x , higher.

  2. i want operate via command line, reduce possibile problems want use same git version (or git "repository version")that netbeans uses. how can determine such version?

i can confirm nb 7.3/7.4 uses jgit. btw egit based on jgit. intellij idea uses native cli git client


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -