Netbeans 7 Git Existing
Anyone get Netbeans 7 git plugin working with an existing repo? I am trying to c开发者_开发技巧ommit to a github repo. (project was based on existing php sources) Is so how? Thanks
You would need to clone your github repo into a local directory.
git clone git@github.com:user/Reponame yourlocalfolder
Once you do this create a new Netbeans project, using an existing application source, and browse to the folder you just created. Netbeans should automatically detect the .git repo and the plugin should start working.
精彩评论