Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github with netbeans

I would like to have access to Github with netbeans. But I cant find options in the Git plugin to set the url for the Repo on Github to commit, checkout and so on. At this time, is it possible to use Netbeans to get access to github?

like image 405
Chris Avatar asked Dec 22 '22 13:12

Chris


2 Answers

Netbeans 7.1 Release Candiate 2 has embedded Git Supoort, without any plugins.

like image 72
Mustafa Avatar answered Jan 02 '23 06:01

Mustafa


According to here nbgit (if this is what you're using) does not support pushing/pulling from remotes. The integrated version may have remotes enabled in a future version, it's currently being specified (see v7.0.1)

like image 21
fbstj Avatar answered Jan 02 '23 06:01

fbstj