Git hub 如何将存储库添加到 Netbeans?
我是 GitHub 的新手。
我刚刚注册,因为我的客户使用它。他将我添加到存储库中,因此我现在可以在 gitHub 网站上看到它。
我使用 SVN,但不使用 Git。
我使用 Netbeans IDE,并且有一个 git 插件。我只是想知道,如何创建存储库的本地副本以及如何提交。
我只是害怕自己这样做,因为我可能会损坏数据。
I'm new to GitHub.
I just registered, because my client use it. He added me to repository, so I can see it now on gitHub website.
I worked with SVN, but not with Git.
I use Netbeans IDE and there is a plugin for git. I just want to know, how can I create local copy of repository and how do I need to do commit.
I'm just afraid to do it myself, because I can corrupt data.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 NBGit 插件 添加到您的 NetBeans:然后您将能够克隆您的存储库。
不要担心任何数据损坏 - 最坏的情况是,您最终可能会损坏您的本地副本,但 GitHub 方面不会产生任何后果。
注意:克隆或拉取本身仍将手动进行(在命令行界面中):“如何使用 Netbeans 处理 Github 项目?”仍然准确。
NetBeans 7.0 有一个本地 Git支持,但还是有点不成熟。
Add the NBGit plugin to your NetBeans: you will then been able to clone your repo.
Don't fear any data corruption - worst case, you could end up corrupting your local copy, but there won't be any consequence on the GitHub side.
Note: The clone or pull itself would still be made by hand (in a command-line interface): what was reported in "How do you use Netbeans to work with a Github project?" is still accurate.
NetBeans 7.0 has a native Git support, but it is still a bit immature.