Github in Netbeans
Author |
Message |
Nathan4102
|
Posted: Mon Jul 07, 2014 9:51 pm Post subject: Github in Netbeans |
|
|
So I have a little open source project I'm starting work on, and I want to make it avaliable on github for interested people to add to or suggest changes. I've looked up how to use github with Java, but practically ALL the tutorials are for Eclipse, and the ones for Netbeans didn't really do what I wanted.
Really all I need is to be able to upload the project to Github, have it viewable by others, and have others be able to submit push requests. How do I do that?
Thank ya,
Nathan |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
rdrake

|
Posted: Mon Jul 07, 2014 10:07 pm Post subject: Re: Github in Netbeans |
|
|
You'll need to initialize a Git repository in Netbeans, create a project on GitHub, then add the new GH repository as a "remote" to the Git repository you created in Netbeans. |
|
|
|
|
 |
Zren

|
|
|
|
 |
Nathan4102
|
Posted: Wed Jul 09, 2014 8:25 pm Post subject: RE:Github in Netbeans |
|
|
God damn this is confusing. I fiddled with it for a while, got it sorta working, and then eventually gave up Ill try again another time, I don't really need git right now, just thought it'd be sorta neat. |
|
|
|
|
 |
|
|