Gitea v1.21.1 中文文档Webhooks 受保护的标签 仓库镜像 密钥管理 Multi-factor Authentication (MFA) 开发 玩转 Gitea API 使用指南 OAuth2 提供者 迁移界面 集成 贡献 后端开发指南 前端开发指南 重构指南 本地化 帮助 常见问题 需要帮助 - 4 - 本文档使用 书栈网 · BookStack.CN 构建 致谢 当前文档 《Gitea Git 服务。 安全性: Gitea 注重安全性,提供了用户权限管理、访问控制列表等功能,可以确保代码和数据的安全性。 代码评审:代码评审同时支持 Pull Request workflow 和 AGit workflow。评审⼈可以在线浏览代 码,并提交评审意见或问题。 提交者可以接收到评审意见,并在线回 复或修改代码。代码评审可以帮助用户 和企业提⾼代码质量。 CI/CD: Gitea Actions⽀持 是一个基于 MIT 许可证的开源项目,Gitea 拥有一个活跃的开源社区,能够持续地进 行开发和改进,同时也积极接受社区贡献,保持了平台的更新和创新。 多语言支持: Gitea 提供多种语言界面,适应全球范围内的用户,促进了国际化和本地化。 更多功能特性:详见:https://docs.gitea.com/installation/comparison#general-features 树莓派Pi3功能强大,足以运行0 码力 | 303 页 | 3.88 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66保证完整性 Git 一般只添加数据 三种状态 命令行 安装 Git 在 Linux 上安装 在 macOS 上安装 在 Windows 上安装 从源代码安装 初次运行 Git 前的配置 用户信息 文本编辑器 检查配置信息 获取帮助 总结 Git 基础 获取 Git 仓库 在已存在目录中初始化仓库 克隆现有的仓库 记录每次更新到仓库 检查当前文件状态 跟踪新文件 暂存已修改的文件 提交 网络 比较和合并 调试 其它 总结 附录 A: 在其它环境中使用 Git 图形界面 gitk 和 git-gui GitHub for macOS and Windows macOS 和 Windows 上的 GitHub 客户端 安装 推荐的工作流程 小结 其它图形界面 Visual Studio 中的 Git Visual Studio Code 中的 Git 本书的第二版就是为了更 新书籍并讲解那些改动以使其对新用户更有帮助。 当我写第一版时,Git 对于超级黑客来说还是一个相对难用,只能勉强接受的 工具。 它开始在特定的社区中快速发展,但是还没有达到像今天一样无处不 在的地步。 自那时起,几乎每一个开源社区都采用了它。 Git 在 Windows 上取得了难以置信的进步,包括所有平台的图形用户界面对它的支持、IDE 的 支持,以及商业使用的爆炸式发展。0 码力 | 670 页 | 13.59 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 454 图形界面 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 本书的第二版就是为了更新书籍并讲解那些改动以 使其对新用户更有帮助。 当我写第一版时,Git 对于超级黑客来说还是一个相对难用,只能勉强接受的工具。 它开始在特定的社区中快速 发展,但是还没有达到像今天一样无处不在的地步。 自那时起,几乎每一个开源社区都采用了它。 Git 在 Windows 上取得了难以置信的进步,包括所有平台的图形用户界面对它的支持、IDE 的支持,以及商业使用的 爆炸式发展。 环境变量 @qinglangee @vangie @IceNature @jeffsui 10.9 总结 @oldsharp @branchzero A1. 其它环境中的 Git A1.1 图形界面 @hbrls @IceNature A1.2 Visual Studio 中的 Git @liwenzhuo @devbean @IceNature @Geno1024 A1.3 Visual0 码力 | 501 页 | 19.30 MB | 1 年前3
git 操作手册#查看git软件版本 git version 2.39.1 ★全局设置 设置用户名和邮箱,只用于提交commit时做metadata信息,不用于身份验证 #全局设置信息保存在 ~/.gitconfig 文件里 # git config --global user.name cof #设置用户名 # git config --global user.email #初始化仓库,将在当前路径下生成.git子目录,子目录里有 此git仓库的相关信息 # git config --local user.name cof #设置用户名 # git config --local user.email cof@cof-lee.com #设置邮箱 # git config --local h�p.sslVerify #查看所有设置(全局+本地+系统) # git config user.name #查看用户名 ★以上3个范围的设置优先级: 本地设置 > 全局设置 > 系统设置 ★push.default配置项 # git config --local push.default0 码力 | 35 页 | 1.69 MB | 1 年前3
Pro Git 2nd Edition 2.1.413is visible to anyone. Note that this controls both git fetch access as well as access to the web UI for that project. Hooks GitLab includes support for hooks, both at a project or system level. For the repository, you can simply do this: $ git clone https://server/namespace/project.git The web UI provides access to several useful views of the repository itself. Each project’s home page shows recent you can safely skip to Git Tools. It’s important to note that like many active websites, the UI elements in these screenshots are bound to change over time. Hopefully the general idea of what we’re0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413project is visible to anyone. Note that this controls both git fetch access as well as access to the web UI for that project. Hooks GitLab includes support for hooks, both at a project or system level. For the repository, you can simply do this: $ git clone https://server/namespace/project.git The web UI provides access to several useful views of the repository itself. Each project’s home page shows recent skip to Git Tools. Interfaces Change It’s important to note that like many active websites, the UI elements in these screenshots are bound to change over time. Hopefully the general idea of what we’re0 码力 | 501 页 | 17.96 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 is visible to anyone. Note that this controls both git fetch access as well as access to the web UI for that project. Hooks GitLab includes support for hooks, both at a project or system level. For the repository, you can simply do this: $ git clone https://server/namespace/project.git The web UI provides access to several useful views of the repository itself. Each project’s home page shows recent you can safely skip to Git Tools. It’s important to note that like many active websites, the UI elements in these screenshots are bound to change over time. Hopefully the general idea of what we’re0 码力 | 691 页 | 13.35 MB | 1 年前3
共 7 条
- 1













