Pro Git 2nd Edition 2.1.413Storage Under the Hood A Custom Credential Cache Summary Customizing Git Git Configuration Basic Client Configuration Colors in Git External Merge and Diff Tools Formatting and Whitespace Server Configuration Hooks Installing a Hook Client-Side Hooks Server-Side Hooks An Example Git-Enforced Policy Server-Side Hook Client-Side Hooks Summary Git and Other Systems Git as a Client Git and Subversion Git 3.0 Unported License. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/3.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. PREFACE0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 Storage Under the Hood A Custom Credential Cache Summary Customizing Git Git Configuration Basic Client Configuration Colors in Git External Merge and Diff Tools Formatting and Whitespace Server Configuration Hooks Installing a Hook Client-Side Hooks Server-Side Hooks An Example Git-Enforced Policy Server-Side Hook Client-Side Hooks Summary Git and Other Systems Git as a Client Git and Subversion Git 3.0 Unported License. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/3.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. PREFACE0 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 2nd Edition 2.1.413. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367 Git as a Client . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 0 Unported License. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc- sa/3.0 or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. 1 Preface what, and it’s far easier to administer a CVCS than it is to deal with local databases on every client. However, this setup also has some serious downsides. The most obvious is the single point of failure0 码力 | 501 页 | 17.96 MB | 1 年前3
Gitea v1.21.1 中文文档软件包注册表 Alpine 软件包注册表 CRAN 软件包注册表 Debian 软件包注册表 RPM 软件包注册表 认证 Agit 设置 个人资料 README Blame File View 邮件接收 标签 合并请求 - 3 - 本文档使用 书栈网 · BookStack.CN 构建 权限 模板仓库 工单与合并请求模板 自动链接引用 合并消息模板 推送 克隆过滤器 X509v3 Extended Key Usage 扩展属性中包含 TLS Web Server Authentication ,而客户端证 书则需要在相应的属性中包含 TLS Web Client Authentication 。 在数据库服务器证书中, Subject Alternative Name 或 Common Name 条目之一必须是数据库实例的完全限定域 名(FQDN)(例如 INSTALL_LOCK 将自动设置为 true 。 DISABLE_REGISTRATION :false:禁用注册,之后只有管理员才能为用户创建帐户。 REQUIRE_SIGNIN_VIEW :false:启用此选项可强制用户登录以查看任何页面。 启动 安装 环境变量 使用 Docker 安装 - 45 - 本文档使用 书栈网 · BookStack.CN 构建 USER_UID0 码力 | 303 页 | 3.88 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66https://creativecommons.org/licenses/by-nc-sa/3.0/deed.zh 或者写信向 Creative Commons, PO Box 1866, Mountain View, CA 94042, USA 获取。 1 Scott Chacon 序 欢迎来到 Pro Git 第二版。 第一版出版到现在已经过去了四年。 到今天,Git 虽然出现了许多改变,但是还有很 server,为服务端添加了一些功能,提交了 C3 和 C4。 然后从 C3 上创建了主题分支 client,为客户端添加 了一些功能,提交了 C8 和 C9。 最后,你回到 server 分支,又提交了 C10。 图表 39. 从一个主题分支里再分出一个主题分支的提交历史 假设你希望将 client 中的修改合并到主分支并发布,但暂时并不想合并 server 中的修改, 因为它们还需要 经过更全面的测试。这时,你就可以使用 --onto 选项, 选中在 client 分支里但不在 server 分支里的修改(即 C8 和 C9),将它们在 master 分支上重放: $ git rebase --onto master server client 以上命令的意思是:“取出 client 分支,找出它从 server 分支分歧之后的补丁, 然后把这些补丁在 master 分支上重放一遍,让 client 看起来像直接基于 master0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66https://creativecommons.org/licenses/by-nc-sa/3.0/deed.zh 或 者 写 信 向 Creative Commons, PO Box 1866, Mountain View, CA 94042, USA 获取。 SCOTT CHACON 序 欢迎来到 Pro Git 第二版。 第一版出版到现在已经过去了四年。 到今天,Git 虽然出现了许多改变,但是还有很多重要的事情一如昨日。 server,为服务端 添加了一些功能,提交了 C3 和 C4。 然后从 C3 上创建了主题分支 client,为 客户端添加了一些功能,提交了 C8 和 C9。 最后,你回到 server 分支,又提 交了 C10。 图表 39. 从一个主题分支里再分出一个主题分支的提交历史 假设你希望将 client 中的修改合并到主分支并发布,但暂时并不想合并 server 中的修改, 因为它们还需要经过更全面的测试。这时,你就可以使用 选项, 选中在 client 分支里但不在 server 分支里 的修改(即 C8 和 C9),将它们在 master 分支上重放: $ git rebase --onto master server client 以上命令的意思是:“取出 client 分支,找出它从 server 分支分歧之后的补 丁, 然后把这些补丁在 master 分支上重放一遍,让 client 看起来像直接基0 码力 | 670 页 | 13.59 MB | 1 年前3
共 6 条
- 1













