1

Hehehe.. I'm confused.

I already have an account of GitHub. I already have a repo over there. And then, I already install the Git Client (Git Bash, and Git GUI). I tried some couple tutorials on that GITHub regarding how to set Its public key, and... touch new file, and... commit it. But all of that are on CommandLine and nor via Netbeans.

And also FYI, i already have my current project on Netbeans. Once I installed the NBGit plugin, i'm wondering....

How to push my current projects (netbeans) to the GitHub repo with the Netbeans? How to set the current projects (netbeans) to be a default for commiting to gitHub with the Netbeans?

gumuruh
  • 2,544
  • 4
  • 33
  • 56
  • 1
    http://stackoverflow.com/questions/5357232/nbgit-to-remote-host-with-ssh might be a good starting point? – VonC Jan 30 '12 at 09:13
  • @VonC ok then... I'm still digging many articles thru google as well. Thanks man! :D – gumuruh Jan 31 '12 at 07:31

1 Answers1

1

You can update to Netbeans 7.1 which has git support integrated. You can then just initialise your git repository and then set it up with your git hub account with this tutorial. http://netbeans.org/kb/docs/ide/git.html

Daniel Bond
  • 105
  • 2
  • 9
  • i'm afraid netbeans with Beta stage is not my favourite situation right now... Anyway, thanks for the article. I found that's useful. @Daniel Bond. – gumuruh Feb 07 '12 at 04:11