Reputation: 2570
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?
Upvotes: 1
Views: 495
Reputation: 105
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
Upvotes: 1