I'll-Be-Back
I'll-Be-Back

Reputation: 10828

Is it reliable to use Gits functionality from Netbeans?

Is it reliable to use Gits functionality from Netbeans?

If you use Netbeans editor, what do you use for Gits?

Upvotes: 1

Views: 284

Answers (1)

VonC
VonC

Reputation: 1325137

Git features are more and more complete on NetBeans (See Git Plan).
This blog post from last August reported:

Now the NetBeans Git Plugin supports all the major operations, including:

  • Clone (with different protocols: git, ssh, rsync, http+s, ftp), Fetch, Checkout and Push
  • Branch management: create, checkout + merge
  • Hard, Soft resets
  • History browsing
  • Show changes
  • Capable repository browser
  • Show Annotations - NetBeans shows the hash (treeish) for each line of code in the editor
  • Automatic creation of patch files ("Export uncommitted changes")

The target for a complete Git integration with Netbeans remains 7.1 though.

Upvotes: 1

Related Questions