Pro Git 2nd Edition 2.1.413Merge Conflicts Undoing Merges Other Types of Merges Rerere Debugging with Git File Annotation Binary Search Submodules Starting with Submodules Cloning a Project with Submodules Working on a Project External Merge and Diff Tools Formatting and Whitespace Server Configuration Git Attributes Binary Files Keyword Expansion Exporting Your Repository Merge Strategies Git Hooks Installing a Hook advanced Git commands. Here you will learn about topics like mastering the scary 'reset' command, using binary search to identify bugs, editing history, revision selection in detail, and a lot more. This chapter0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 Merge Conflicts Undoing Merges Other Types of Merges Rerere Debugging with Git File Annotation Binary Search Submodules Starting with Submodules Cloning a Project with Submodules Working on a Project External Merge and Diff Tools Formatting and Whitespace Server Configuration Git Attributes Binary Files Keyword Expansion Exporting Your Repository Merge Strategies Git Hooks Installing a Hook advanced Git commands. Here you will learn about topics like mastering the scary 'reset' command, using binary search to identify bugs, editing history, revision selection in detail, and a lot more. This chapter0 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 2nd Edition 2.1.413advanced Git commands. Here you will learn about topics like mastering the scary 'reset' command, using binary search to identify bugs, editing history, revision selection in detail, and a lot more. This chapter slightly differently. Installing on Linux If you want to install the basic Git tools on Linux via a binary installer, you can generally do so through the package management tool that comes with your distribution will prompt you to install it. If you want a more up to date version, you can also install it via a binary installer. A macOS Git installer is maintained and available for download at the Git website, at0 码力 | 501 页 | 17.96 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66它本应被机器处理。因此,你想把它当成二进制文件。 要让 Git 把所有 pbxproj 文件当成二进制文件,在 .gitattributes 文件中如下设置: 345 *.pbxproj binary 现在,Git 不会尝试转换或修正回车换行(CRLF)问题,当你在项目中运行 git show 或 git diff 时,Git 也 不会比较或打印该文件的变化。 比较二进制文件 你也可以使用 命令后,你只能得到如下的结果: $ git diff diff --git a/chapter1.docx b/chapter1.docx index 88839c4..4afcb7c 100644 Binary files a/chapter1.docx and b/chapter1.docx differ 除了检出之后睁大眼睛逐行扫描,就真的没有办法直接比较两个不同版本的 Word 文档吗? Git ca82a6 提交对象开始的,所以你的首要操作是获取它: => GET objects/ca/82a6dff817ec66f44342007202690a93763949 (179 bytes of binary data) 你取回了一个对象——这是一个在服务端以松散格式保存的对象,是你通过使用静态 HTTP GET 请求获取的。 你可以使用 zlib 解压缩它,去除其头部,查看提交记录的内容: $0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66的输出也帮不上什么忙。 它本应被机器处理。因此,你想把它当成二进制文件。 要让 Git 把所有 pbxproj 文件当成二进制文件,在 .gitattributes 文件中如 下设置: *.pbxproj binary 现在,Git 不会尝试转换或修正回车换行(CRLF)问题,当你在项目中运行 git show 或 git diff 时,Git 也不会比较或打印该文件的变化。 比较二进制文件 你也可以使用 命令后,你只能得到如下的结果: $ git diff diff --git a/chapter1.docx b/chapter1.docx index 88839c4..4afcb7c 100644 Binary files a/chapter1.docx and b/chapter1.docx differ 除了检出之后睁大眼睛逐行扫描,就真的没有办法直接比较两个不同版本的 Word 文档吗? Git ca82a6 提交对象开始的,所以 你的首要操作是获取它: => GET objects/ca/82a6dff817ec66f44342007202690a93763949 (179 bytes of binary data) 你取回了一个对象——这是一个在服务端以松散格式保存的对象,是你通过使 用静态 HTTP GET 请求获取的。 你可以使用 zlib 解压缩它,去除其头部,查 看提交记录的内容:0 码力 | 670 页 | 13.59 MB | 1 年前3
Gitea v1.21.1 中文文档custom /conf/app.ini)。 --work-path path , -w path :Gitea 的 AppWorkPath 。可选。 (默认值:LOCATION_OF_GITEA_BINARY 或 $GITEA_WORK_DIR ) 注意:默认的 custom-path、config 和 work-path 也可以在构建时更改(如果需要)。 启动服务器: 选项: --port custom/conf/app.ini 当中。在发行版中可能会以 /etc/gitea/ 的形式为 custom 设置一个符号链接, 查看配置详情请移步: 快速备忘单 完整配置清单 如果您在 binary 同目录下无法找到 custom 文件夹,请检查您的 GITEA_CUSTOM 环境变量配置, 因为它可 能被配置到了其他地方(可能被一些启动脚本设置指定了目录)。 环境变量清单 SystemD 上的标准输出默认会写入日志记录中。您可以尝试使用 journalctl 、 journalctl -u gitea 或 journalctlbinary> 来查看。 类似地,Docker 上的标准输出可以使用 docker logs 来查看。 要收集日志以进行帮助和问题报告,请参阅支持选项。 在 Gitea 读取 0 码力 | 303 页 | 3.88 MB | 1 年前3
共 6 条
- 1













