 Pro Git 2nd Edition 2.1.413STRAUB The first edition of this book is what got me hooked on Git. This was my introduction to a style of making software that felt more natural than anything I had seen before. I had been a developer more in-depth tutorial on creating an SSH key on multiple operating systems, see the GitHub guide on SSH keys at https://docs.github.com/en/authentication/connecting-to-github-with- ssh/gen Patterns for Managing Source Code Branches   Martin Fowler has made a guide "Patterns for Managing Source Code Branches". This guide covers all the common Git workflows, and explains how/when to use them0 码力 | 731 页 | 21.49 MB | 1 年前3 Pro Git 2nd Edition 2.1.413STRAUB The first edition of this book is what got me hooked on Git. This was my introduction to a style of making software that felt more natural than anything I had seen before. I had been a developer more in-depth tutorial on creating an SSH key on multiple operating systems, see the GitHub guide on SSH keys at https://docs.github.com/en/authentication/connecting-to-github-with- ssh/gen Patterns for Managing Source Code Branches   Martin Fowler has made a guide "Patterns for Managing Source Code Branches". This guide covers all the common Git workflows, and explains how/when to use them0 码力 | 731 页 | 21.49 MB | 1 年前3
 Pro Git 2nd Edition 2.1.413Straub The first edition of this book is what got me hooked on Git. This was my introduction to a style of making software that felt more natural than anything I had seen before. I had been a developer For a more in-depth tutorial on creating an SSH key on multiple operating systems, see the GitHub guide on SSH keys at https://docs.github.com/en/authentication/connecting-to-github-with-ssh/ generati Patterns for Managing Source Code Branches  Martin Fowler has made a guide "Patterns for Managing Source Code Branches". 128 This guide covers all the common Git workflows, and explains how/when to use0 码力 | 501 页 | 17.96 MB | 1 年前3 Pro Git 2nd Edition 2.1.413Straub The first edition of this book is what got me hooked on Git. This was my introduction to a style of making software that felt more natural than anything I had seen before. I had been a developer For a more in-depth tutorial on creating an SSH key on multiple operating systems, see the GitHub guide on SSH keys at https://docs.github.com/en/authentication/connecting-to-github-with-ssh/ generati Patterns for Managing Source Code Branches  Martin Fowler has made a guide "Patterns for Managing Source Code Branches". 128 This guide covers all the common Git workflows, and explains how/when to use0 码力 | 501 页 | 17.96 MB | 1 年前3
 Pro Git 2nd Edition 2.1.413 STRAUB The first edition of this book is what got me hooked on Git. This was my introduction to a style of making software that felt more natural than anything I had seen before. I had been a developer more in-depth tutorial on creating an SSH key on multiple operating systems, see the GitHub guide on SSH keys at https://docs.github.com/en/authentication/connecting-to-github-with- ssh/gen Patterns for Managing Source Code Branches   Martin Fowler has made a guide "Patterns for Managing Source Code Branches". This guide covers all the common Git workflows, and explains how/when to use them0 码力 | 691 页 | 13.35 MB | 1 年前3 Pro Git 2nd Edition 2.1.413 STRAUB The first edition of this book is what got me hooked on Git. This was my introduction to a style of making software that felt more natural than anything I had seen before. I had been a developer more in-depth tutorial on creating an SSH key on multiple operating systems, see the GitHub guide on SSH keys at https://docs.github.com/en/authentication/connecting-to-github-with- ssh/gen Patterns for Managing Source Code Branches   Martin Fowler has made a guide "Patterns for Managing Source Code Branches". This guide covers all the common Git workflows, and explains how/when to use them0 码力 | 691 页 | 13.35 MB | 1 年前3
 Gitea v1.21.1 中文文档ACME_DIRECTORY=https 10. ACME_EMAIL=email@example.com 要了解关于配置, 请访问 配置备忘单获取更多信息 按照 reverse proxy guide 的规则设置你的反向代理服务器 然后,按照下面的向导启用 HTTPS: nginx apache2/httpd caddy 注意:仅在代理层启用 HTTPS 被称为 TLS 终止代理。代理服务器接受传入的 : false: 禁用HTTP协议与仓库进行 交互的能力。 USE_COMPAT_SSH_URI : false: 当使用默认的SSH端口时,强制使用ssh://克隆URL, 而不是scp-style uri。 GO_GET_CLONE_URL_PROTOCOL : https: 用于 “go get” 请求的值,返回仓库的URL作为https或ssh, 默认 为https。 AC 表。 REOPEN_KEYWORDS : reopen, reopens, reopened: 在拉取请求评论中用于自动重新打开相关问题的 关键 词列表。 DEFAULT_MERGE_STYLE : merge: 设置创建仓库的默认合并方式,可选: merge , rebase , rebase-merge , squash DEFAULT_MERGE_MESSAGE_COMMITS_LIMIT0 码力 | 303 页 | 3.88 MB | 1 年前3 Gitea v1.21.1 中文文档ACME_DIRECTORY=https 10. ACME_EMAIL=email@example.com 要了解关于配置, 请访问 配置备忘单获取更多信息 按照 reverse proxy guide 的规则设置你的反向代理服务器 然后,按照下面的向导启用 HTTPS: nginx apache2/httpd caddy 注意:仅在代理层启用 HTTPS 被称为 TLS 终止代理。代理服务器接受传入的 : false: 禁用HTTP协议与仓库进行 交互的能力。 USE_COMPAT_SSH_URI : false: 当使用默认的SSH端口时,强制使用ssh://克隆URL, 而不是scp-style uri。 GO_GET_CLONE_URL_PROTOCOL : https: 用于 “go get” 请求的值,返回仓库的URL作为https或ssh, 默认 为https。 AC 表。 REOPEN_KEYWORDS : reopen, reopens, reopened: 在拉取请求评论中用于自动重新打开相关问题的 关键 词列表。 DEFAULT_MERGE_STYLE : merge: 设置创建仓库的默认合并方式,可选: merge , rebase , rebase-merge , squash DEFAULT_MERGE_MESSAGE_COMMITS_LIMIT0 码力 | 303 页 | 3.88 MB | 1 年前3
 Pro Git 中文版 第2版 2.1.66df85e87..0c64627 master -> master 379 就是这样! 如果你现在查看一下 Mercurial 仓库,你会发现这样实现了我们所期望的: $ hg log -G --style compact o 5[tip]:4,2 dc8fa4f932b8 2014-08-14 19:33 -0700 ben |\ Merge remote-tracking 这就是所要做的全部。 在 Mercurial 这边,它看起来像这样: $ hg bookmarks featureA 5:bd5ac26f11f9 $ hg log --style compact -G @ 6[tip] 8f65e5e02793 2014-08-14 20:06 -0700 ben | More documentation | o 与推送。 还有需要知道的一件事情是 Mercurial 不支持重写历史,只允许添加历史。 下面是我们的 Mercurial 仓 库在交互式的变基与强制推送后的样子: 382 $ hg log --style compact -G o 10[tip] 99611176cbc9 2014-08-14 20:21 -0700 ben | A permanent change | o 90 码力 | 501 页 | 19.30 MB | 1 年前3 Pro Git 中文版 第2版 2.1.66df85e87..0c64627 master -> master 379 就是这样! 如果你现在查看一下 Mercurial 仓库,你会发现这样实现了我们所期望的: $ hg log -G --style compact o 5[tip]:4,2 dc8fa4f932b8 2014-08-14 19:33 -0700 ben |\ Merge remote-tracking 这就是所要做的全部。 在 Mercurial 这边,它看起来像这样: $ hg bookmarks featureA 5:bd5ac26f11f9 $ hg log --style compact -G @ 6[tip] 8f65e5e02793 2014-08-14 20:06 -0700 ben | More documentation | o 与推送。 还有需要知道的一件事情是 Mercurial 不支持重写历史,只允许添加历史。 下面是我们的 Mercurial 仓 库在交互式的变基与强制推送后的样子: 382 $ hg log --style compact -G o 10[tip] 99611176cbc9 2014-08-14 20:21 -0700 ben | A permanent change | o 90 码力 | 501 页 | 19.30 MB | 1 年前3
 Pro Git 中文版 第2版 2.1.66df85e87..0c64627 master -> master 就是这样! 如果你现在查看一下 Mercurial 仓库,你会发现这样实现了我们 所期望的: $ hg log -G --style compact o 5[tip]:4,2 dc8fa4f932b8 2014-08-14 19:33 -0700 ben |\ Merge remote-tracking 这就是所要做的全部。 在 Mercurial 这边,它看起来像这样: $ hg bookmarks featureA 5:bd5ac26f11f9 $ hg log --style compact -G @ 6[tip] 8f65e5e02793 2014-08-14 20:06 -0700 ben | More documentation | o 的检出、提交、抓取、合并、拉取与推送。 还有需要知道的一件事情是 Mercurial 不支持重写历史,只允许添加历史。 下面是我们的 Mercurial 仓 库在交互式的变基与强制推送后的样子: $ hg log --style compact -G o 10[tip] 99611176cbc9 2014-08-14 20:21 -0700 ben | A permanent change | o 90 码力 | 670 页 | 13.59 MB | 1 年前3 Pro Git 中文版 第2版 2.1.66df85e87..0c64627 master -> master 就是这样! 如果你现在查看一下 Mercurial 仓库,你会发现这样实现了我们 所期望的: $ hg log -G --style compact o 5[tip]:4,2 dc8fa4f932b8 2014-08-14 19:33 -0700 ben |\ Merge remote-tracking 这就是所要做的全部。 在 Mercurial 这边,它看起来像这样: $ hg bookmarks featureA 5:bd5ac26f11f9 $ hg log --style compact -G @ 6[tip] 8f65e5e02793 2014-08-14 20:06 -0700 ben | More documentation | o 的检出、提交、抓取、合并、拉取与推送。 还有需要知道的一件事情是 Mercurial 不支持重写历史,只允许添加历史。 下面是我们的 Mercurial 仓 库在交互式的变基与强制推送后的样子: $ hg log --style compact -G o 10[tip] 99611176cbc9 2014-08-14 20:21 -0700 ben | A permanent change | o 90 码力 | 670 页 | 13.59 MB | 1 年前3
共 6 条
- 1














