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 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 码力 | 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 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 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 2nd Edition 2.1.413. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367 Git as a Client . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 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 failure history. Thus, if any server dies, and these systems were collaborating via that server, any of the client repositories can be copied back up to the server to restore it. Every clone is really a full backup0 码力 | 501 页 | 17.96 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66server,为服务端添加了一些功能,提交了 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 看起来像直接基于 master 到其他分支 现在可以快进合并 master 分支了。(如图 快进合并 master 分支,使之包含来自 client 分支的修改): $ git checkout master $ git merge client 图表 41. 快进合并 master 分支,使之包含来自 client 分支的修改 接下来你决定将 server 分支中的修改也整合进来。 使用 git rebase0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66server,为服务端 添加了一些功能,提交了 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 看起来像直接基 他分支 现在可以快进合并 master 分支了。(如图 快进合并 master 分支,使之包含 来自 client 分支的修改): $ git checkout master $ git merge client 图表 41. 快进合并 master 分支,使之包含来自 client 分支的修改 接 下 来 你 决 定 将 server 分 支 中 的 修 改 也 整 合 进 来 。0 码力 | 670 页 | 13.59 MB | 1 年前3
Gitea v1.21.1 中文文档X509v3 Extended Key Usage 扩展属性中包含 TLS Web Server Authentication ,而客户端证 书则需要在相应的属性中包含 TLS Web Client Authentication 。 在数据库服务器证书中, Subject Alternative Name 或 Common Name 条目之一必须是数据库实例的完全限定域 名(FQDN)(例如 : false:启用此项以在发生某些情况(如创建问题)时向存储库的观察者发送电子邮件。 需要启用 Mailer 。 OpenID ( openid ) OAuth2 Client ( oauth2_client ) Service ( service ) 配置说明 - 102 - 本文档使用 书栈网 · BookStack.CN 构建 ENABLE_BASIC_AUTHENTICATION 465:安全的简单邮件传输协议(SMTP Secure) 587:StartTLS USE_CLIENT_CERT : false:使用客户端证书进行 TLS/SSL 加密。 CLIENT_CERT_FILE : custom/mailer/cert.pem:客户端证书文件。 CLIENT_KEY_FILE : custom/mailer/key.pem:客户端密钥文件。 FORCE_TRUST_SERVER_CERT0 码力 | 303 页 | 3.88 MB | 1 年前3
共 6 条
- 1













