开发者

Netbeans 7 Git Existing

开发者 https://www.devze.com 2023-03-09 09:45 出处:网络
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?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消