Git hub 如何将存储库添加到 Netbeans?

发布于 2024-11-27 20:00:52 字数 202 浏览 1 评论 0原文

我是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

救赎№ 2024-12-04 20:00:52

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文