Reputation: 10828
Is it reliable to use Gits functionality from Netbeans?
If you use Netbeans editor, what do you use for Gits?
Upvotes: 1
Views: 284
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