Gitea v1.21.1 中文文档BitBucket RhodeCode CE 仓库主题描述 ✓ ✘ ✓ ✓ ✓ ✘ ✘ 仓库内代码搜索 ✓ ✘ ✓ ✓ ✓ ✓ ✓ 全局代码搜索 ✓ ✘ ✓ ✘ ✓ ✓ ✓ Git LFS 2.0 ✓ ✘ ✓ ✓ ✓ ✓ ✓ 组织里程碑 ✘ ✘ ✘ ✓ ✓ ✘ ✘ 细粒度用户角色 ✓ ✘ ✘ ✓ ✓ ✘ ✘ 提交人的身份验 证 ⁄ ✘ ? ✓ ✓ ✓ ✘ GPG 签名的提交 ✓ ✘ ✓ ✓ ✓ ✘ ✘ ✓ ✓ ✓ LDAP 用户同步 ✓ ✘ ✓ ✓ ✓ ✓ ✓ SAML 2.0 service provider ✘ ✘ ✓ ✓ ✓ ✓ ✘ 支持 OpenId 连接 ✓ ✘ ✓ ✓ ✓ ? ✘ 集成 OAuth 2.0(外部授权) ✓ ✘ ⁄ ✓ ✓ ? ✓ 作为 OAuth 2.0 provider ✓ ✘ ✓ ✓ ✓ ✓ ✘ 二次验证 (2FA) ✓ ✓ ✓ ✓ ✓ wget 下载 验证 GPG 签名 服务器设置 使用二进制文件安装 - 19 - 本文档使用 书栈网 · BookStack.CN 构建 检查是否安装 Git。要求 Git 版本 >= 2.0。 1. git --version 创建用户(推荐使用名称 git ) 1. # On Ubuntu/Debian: 2. adduser \ 3. --system \ 40 码力 | 303 页 | 3.88 MB | 1 年前3
git 操作手册upstream分支中,如果推送的远程仓库和拉取数据的远程仓库不一 致,那么该模式会像current模式一样进行操作。因为该选项对于新 手来说是最安全的,所以在git 2.0中,simple是push.default的默认 值配置项(2.0以前的默认配置项是matching) matching 推送本地和远程都存在的同名分支 ★仓库操作 # mkdir ~/testgit0 码力 | 35 页 | 1.69 MB | 1 年前3
Pro Git 2nd Edition 2.1.413history as being important. Typically, people use this functionality to mark release points (v1.0, v2.0 and so on). In this section, you’ll learn how to list existing tags, how to create and delete tags tags in Git is straightforward. Just type git tag (with optional -l or --list): $ git tag v1.0 v2.0 This command lists the tags in alphabetical order; the order in which they are displayed has no real false HEAD is now at 99ada87... Merge pull request #89 from schacon/appendix-final $ git checkout v2.0-beta-0.1 Previous HEAD position was 99ada87... Merge pull request #89 from schacon/appendix-final HEAD0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413history as being important. Typically, people use this functionality to mark release points (v1.0, v2.0 and so on). In this section, you’ll learn how to list existing tags, how to create and delete tags existing tags in Git is straightforward. Just type git tag (with optional -l or --list): $ git tag v1.0 v2.0 This command lists the tags in alphabetical order; the order in which they are displayed has no real false HEAD is now at 99ada87... Merge pull request #89 from schacon/appendix-final $ git checkout v2.0-beta-0.1 Previous HEAD position was 99ada87... Merge pull request #89 from schacon/appendix- final0 码力 | 501 页 | 17.96 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 history as being important. Typically, people use this functionality to mark release points (v1.0, v2.0 and so on). In this section, you’ll learn how to list existing tags, how to create and delete tags tags in Git is straightforward. Just type git tag (with optional -l or --list): $ git tag v1.0 v2.0 This command lists the tags in alphabetical order; the order in which they are displayed has no real false HEAD is now at 99ada87... Merge pull request #89 from schacon/appendix-final $ git checkout v2.0-beta-0.1 Previous HEAD position was 99ada87... Merge pull request #89 from schacon/appendix- final0 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66比较有代表性的 是人们会使用这个功能来标记发布结点( v1.0 、 v2.0 等等)。 在本节中,你将会学习如何列出已有的标签、 如何创建和删除新的标签、以及不同类型的标签分别是什么。 列出标签 在 Git 中列出已有的标签非常简单,只需要输入 git tag (可带上可选的 -l 选项 --list): $ git tag v1.0 v2.0 这个命令以字母顺序列出标签,但是它们显示的顺序并不重要。HEAD is now at 99ada87... Merge pull request #89 from schacon/appendix- final $ git checkout 2.0-beta-0.1 Previous HEAD position was 99ada87... Merge pull request #89 from schacon/appendix-final HEAD 0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66比较有代表性的是人们会使用这个功能来标记发布结点( v1.0 、 v2.0 等等)。 在本节中,你将会学习如何列出已有的标签、如何创建 和删除新的标签、以及不同类型的标签分别是什么。 列出标签 在 Git 中列出已有的标签非常简单,只需要输入 git tag (可带上可选的 -l 选项 --list): $ git tag v1.0 v2.0 这个命令以字母顺序列出标签,但是它们显示的顺序并不重要。HEAD is now at 99ada87... Merge pull request #89 from schacon/appendix-final $ git checkout 2.0-beta-0.1 Previous HEAD position was 99ada87... Merge pull request #89 from schacon/appendix- final 0 码力 | 670 页 | 13.59 MB | 1 年前3
共 7 条
- 1













