github 项目和存储库中的项目有什么区别?
what is the difference between github project and project inside repository?
我知道这个问题听起来很愚蠢,但我无法理解每个存储库中提供的主项目和项目选项之间的区别。
它们相同吗? (但是 URL 不同)
但没有用。
我基本上明白,对于大型项目管理,存储库中的项目很有帮助。
在哪些用例上,他们在存储库之外提供了另一个项目并将这些存储库链接到它?
这是为了构建吗?
github 上有一个存储库(有时称为 "project"),您可以在其中存储代码。您更改代码,进行 git 提交,然后将这些代码更改推送到 github 存储库。
GitHub 还有一个名为 "projects" 的功能,它为您提供了一种管理需要在代码上完成的工作的方法。 GitHub 也有 "issues",一个问题跟踪器。您可以使用 GitHub 项目板来组织您的 GitHub 问题,让您了解您在代码方面的工作进展情况。
您可以在存储库设置中关闭 "projects" 和 "issues" 功能,您不必使用它们。工作的中心是存储库中的代码,它可能被称为项目——项目功能允许您以更直观的格式管理 GitHub 中的问题。
区别在于范围。 “主项目”(user-owned 项目板)可以有来自多个存储库的问题和拉取请求,而“存储库中的项目”(存储库项目板) 只能包含属于该存储库的问题和拉取请求。
Types of project boards:
- User-owned project boards can contain issues and pull requests from any personal repository.
- Organization-wide project boards can contain issues and pull requests from any repository that belongs to an organization. You can link up to twenty-five repositories to your organization or user-owned project board...
- Repository project boards are scoped to issues and pull requests within a single repository. They can also include notes that reference issues and pull requests in other repositories.
我知道这个问题听起来很愚蠢,但我无法理解每个存储库中提供的主项目和项目选项之间的区别。
它们相同吗? (但是 URL 不同)
但没有用。
我基本上明白,对于大型项目管理,存储库中的项目很有帮助。
在哪些用例上,他们在存储库之外提供了另一个项目并将这些存储库链接到它?
这是为了构建吗?
github 上有一个存储库(有时称为 "project"),您可以在其中存储代码。您更改代码,进行 git 提交,然后将这些代码更改推送到 github 存储库。
GitHub 还有一个名为 "projects" 的功能,它为您提供了一种管理需要在代码上完成的工作的方法。 GitHub 也有 "issues",一个问题跟踪器。您可以使用 GitHub 项目板来组织您的 GitHub 问题,让您了解您在代码方面的工作进展情况。
您可以在存储库设置中关闭 "projects" 和 "issues" 功能,您不必使用它们。工作的中心是存储库中的代码,它可能被称为项目——项目功能允许您以更直观的格式管理 GitHub 中的问题。
区别在于范围。 “主项目”(user-owned 项目板)可以有来自多个存储库的问题和拉取请求,而“存储库中的项目”(存储库项目板) 只能包含属于该存储库的问题和拉取请求。
Types of project boards:
- User-owned project boards can contain issues and pull requests from any personal repository.
- Organization-wide project boards can contain issues and pull requests from any repository that belongs to an organization. You can link up to twenty-five repositories to your organization or user-owned project board...
- Repository project boards are scoped to issues and pull requests within a single repository. They can also include notes that reference issues and pull requests in other repositories.