Github 组织和私有存储库

发布于 2025-01-08 04:21:10 字数 175 浏览 0 评论 0原文

  • Github 组织功能的最佳用途是什么?
  • 在 github 上设置一个私有存储库,拥有多个分支,并通过从存储库的 master 分支提取数据来更新实时站点项目,这是一个好主意吗?其他选择?

我的大多数项目都是私有的,需要对所有项目应用版本控制,您知道哪些好的实践/教程/指南?

  • What would it be a good use of Github organization feature?
  • Is it a good idea setting a private repository on github, have various branches, and update the live site project by pulling the data from the master branch of the repository? Other alternatives?

Most of my projects are private, and need to apply version control to all of them, what good practices/tutorials/guides do you know of?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

信仰 2025-01-15 04:21:10

如果您只从事该项目,则不需要 github 组织。只需创建一个用户。如果您希望它是私有的并且对其他用户不可见,请花几美元购买一个帐户,或者尝试使用 bitbucket,它提供具有其他限制的免费私人帐户。

您再次在本地开发并在 github 上共享或备份您的存储库。从您当地的分支机构,您可以将其推向生产环境。在生产中你不会从 github 中拉取。您可以从本地存储库在本地完成所有这些操作。

你读过 ProGit 这本书吗?它非常有用,可以帮助您开始了解 git 的基本概念。看来你错过了 dvcs 的一些重要要点。

If only you work on that project you don't need a github organization. Just create a single user. If you want it private and not visible for other users buy an account for a few bucks or try bitbucket which offers free private accounts with other limitations.

You again develop locally and share or backup your repo on/to github. From your local branch you push to production. You don't pull from github in production. You can do all that locally from your local repository.

Did you read the ProGit book? It is very useful and might help you getting started with the basic concepts of git. It seems you're missing some important points of a dvcs.

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