Learn to use and manage the repositories that allow you to store and collaborate on your project's code.
在 GitHub.com 上创建仓库时,它将作为远程仓库存在。 您可以克隆仓库以在计算机上创建本地副本,并在两个位置之间进行同步。
您可以恢复一些已删除的仓库来恢复其内容。
You can upload and commit an existing file to a repository on GitHub or by using the command line.
GitHub 上的公共仓库常用于共享开源软件。 要使仓库真正开源,您需要许可它供其他人免费使用、更改和分发软件。
如果您是组织所有者或拥有仓库或复刻的管理员权限,可删除任何仓库或复刻。 删除复刻仓库不会删除上游仓库。
您可以创建分支保护规则对一个或多个分支实施某些工作流程,例如要求批准审查或通过状态检查才能将拉取请求合并到受保护分支。
您可选择能够查看仓库的人员。