 Pro Git 2nd Edition 2.1.413Determining What Is Introduced Integrating Contributed Work Tagging Your Releases Generating a Build Number Preparing a Release The Shortlog Summary GitHub Account Setup and Configuration SSH Access installer Installing on Windows There are also a few ways to install Git on Windows. The most official build is available for download on the Git website. Just go to https://git- scm.com/download/win and the These are generally automatically generated files such as log files or files produced by your build system. In such cases, you can create a file listing patterns to match them named .gitignore. Here0 码力 | 731 页 | 21.49 MB | 1 年前3 Pro Git 2nd Edition 2.1.413Determining What Is Introduced Integrating Contributed Work Tagging Your Releases Generating a Build Number Preparing a Release The Shortlog Summary GitHub Account Setup and Configuration SSH Access installer Installing on Windows There are also a few ways to install Git on Windows. The most official build is available for download on the Git website. Just go to https://git- scm.com/download/win and the These are generally automatically generated files such as log files or files produced by your build system. In such cases, you can create a file listing patterns to match them named .gitignore. Here0 码力 | 731 页 | 21.49 MB | 1 年前3
 Pro Git 2nd Edition 2.1.413installer Installing on Windows There are also a few ways to install Git on Windows. The most official build is available for download on the Git website. Just go to https://git-scm.com/download/win and the untracked. These are generally automatically generated files such as log files or files produced by your build system. In such cases, you can create a file listing patterns to match them named .gitignore. Here file in the current directory, not subdir/TODO /TODO # ignore all files in any directory named build build/ # ignore doc/notes.txt, but not doc/server/arch.txt doc/*.txt # ignore all .pdf files in the0 码力 | 501 页 | 17.96 MB | 1 年前3 Pro Git 2nd Edition 2.1.413installer Installing on Windows There are also a few ways to install Git on Windows. The most official build is available for download on the Git website. Just go to https://git-scm.com/download/win and the untracked. These are generally automatically generated files such as log files or files produced by your build system. In such cases, you can create a file listing patterns to match them named .gitignore. Here file in the current directory, not subdir/TODO /TODO # ignore all files in any directory named build build/ # ignore doc/notes.txt, but not doc/server/arch.txt doc/*.txt # ignore all .pdf files in the0 码力 | 501 页 | 17.96 MB | 1 年前3
 Pro Git 2nd Edition 2.1.413 Determining What Is Introduced Integrating Contributed Work Tagging Your Releases Generating a Build Number Preparing a Release The Shortlog Summary GitHub Account Setup and Configuration SSH Access installer Installing on Windows There are also a few ways to install Git on Windows. The most official build is available for download on the Git website. Just go to https://git- scm.com/download/win and the These are generally automatically generated files such as log files or files produced by your build system. In such cases, you can create a file listing patterns to match them named .gitignore. Here0 码力 | 691 页 | 13.35 MB | 1 年前3 Pro Git 2nd Edition 2.1.413 Determining What Is Introduced Integrating Contributed Work Tagging Your Releases Generating a Build Number Preparing a Release The Shortlog Summary GitHub Account Setup and Configuration SSH Access installer Installing on Windows There are also a few ways to install Git on Windows. The most official build is available for download on the Git website. Just go to https://git- scm.com/download/win and the These are generally automatically generated files such as log files or files produced by your build system. In such cases, you can create a file listing patterns to match them named .gitignore. Here0 码力 | 691 页 | 13.35 MB | 1 年前3
 Gitea v1.21.1 中文文档chmod 640 /etc/gitea/app.ini 如果您不希望通过 Web 安装程序创建配置文件,可以将配置文件设置为仅供 Gitea 用户只读(owner/group root:git , mode 0640 )并手工创建配置文件: 设置 INSTALL_LOCK=true 关闭安装界面 准备环境 创建工作路径 使用二进制文件安装 - 20 - 本文档使用 书栈网 · BookStack TAGS="bindata" make build 在我们的持续集成系统的默认发行版中,构建标签为: TAGS="bindata sqlite sqlite_unlock_notify" 。因此,从源码构 建的最简单、推荐方式是: 1. TAGS="bindata sqlite sqlite_unlock_notify" make build build 目标分为两个子目标: make io/gitea/cmd.PIDFile=/run/gitea.pid\" 将这些字符串与其前导的 -X 添加到 LDFLAGS 变量中,并像上面那样使用适当的 TAGS 运行 make build 。 运行 gitea help 将允许您查看配置的 gitea 设置。 go 编译器工具链支持将代码交叉编译到不同的目标架构上。请参考GOOS和GOARCH环境变量 以获取支持的目标列0 码力 | 303 页 | 3.88 MB | 1 年前3 Gitea v1.21.1 中文文档chmod 640 /etc/gitea/app.ini 如果您不希望通过 Web 安装程序创建配置文件,可以将配置文件设置为仅供 Gitea 用户只读(owner/group root:git , mode 0640 )并手工创建配置文件: 设置 INSTALL_LOCK=true 关闭安装界面 准备环境 创建工作路径 使用二进制文件安装 - 20 - 本文档使用 书栈网 · BookStack TAGS="bindata" make build 在我们的持续集成系统的默认发行版中,构建标签为: TAGS="bindata sqlite sqlite_unlock_notify" 。因此,从源码构 建的最简单、推荐方式是: 1. TAGS="bindata sqlite sqlite_unlock_notify" make build build 目标分为两个子目标: make io/gitea/cmd.PIDFile=/run/gitea.pid\" 将这些字符串与其前导的 -X 添加到 LDFLAGS 变量中,并像上面那样使用适当的 TAGS 运行 make build 。 运行 gitea help 将允许您查看配置的 gitea 设置。 go 编译器工具链支持将代码交叉编译到不同的目标架构上。请参考GOOS和GOARCH环境变量 以获取支持的目标列0 码力 | 303 页 | 3.88 MB | 1 年前3
 Pro Git 中文版 第2版 2.1.66但跟踪所有的 lib.a,即便你在前面忽略了 .a 文件 !lib.a # 只忽略当前目录下的 TODO 文件,而不忽略 subdir/TODO /TODO # 忽略任何目录下名为 build 的文件夹 build/ # 忽略 doc/notes.txt,但不忽略 doc/server/arch.txt doc/*.txt # 忽略 doc/ 目录及其所有子目录下的 .pdf 文件 doc/**/* --staged 命令。 这条命令将比对已暂存 文件与最后一次提交的文件差异: 37 $ git diff --staged diff --git a/README b/README new file mode 100644 index 0000000..03902a1 --- /dev/null +++ b/README @@ -0,0 +1 @@ +My Project 请注意,git diff speed" [master 463dc4f] Story 182: Fix benchmarks for speed 2 files changed, 2 insertions(+) create mode 100644 README 好,现在你已经创建了第一个提交! 可以看到,提交后它会告诉你,当前是在哪个分支(master)提交的,本 次提交的完整 SHA-1 校验和是什么(463dc4f),0 码力 | 501 页 | 19.30 MB | 1 年前3 Pro Git 中文版 第2版 2.1.66但跟踪所有的 lib.a,即便你在前面忽略了 .a 文件 !lib.a # 只忽略当前目录下的 TODO 文件,而不忽略 subdir/TODO /TODO # 忽略任何目录下名为 build 的文件夹 build/ # 忽略 doc/notes.txt,但不忽略 doc/server/arch.txt doc/*.txt # 忽略 doc/ 目录及其所有子目录下的 .pdf 文件 doc/**/* --staged 命令。 这条命令将比对已暂存 文件与最后一次提交的文件差异: 37 $ git diff --staged diff --git a/README b/README new file mode 100644 index 0000000..03902a1 --- /dev/null +++ b/README @@ -0,0 +1 @@ +My Project 请注意,git diff speed" [master 463dc4f] Story 182: Fix benchmarks for speed 2 files changed, 2 insertions(+) create mode 100644 README 好,现在你已经创建了第一个提交! 可以看到,提交后它会告诉你,当前是在哪个分支(master)提交的,本 次提交的完整 SHA-1 校验和是什么(463dc4f),0 码力 | 501 页 | 19.30 MB | 1 年前3
 Pro Git 中文版 第2版 2.1.66但跟踪所有的 lib.a,即便你在前面忽略了 .a 文件 !lib.a # 只忽略当前目录下的 TODO 文件,而不忽略 subdir/TODO /TODO # 忽略任何目录下名为 build 的文件夹 build/ # 忽略 doc/notes.txt,但不忽略 doc/server/arch.txt doc/*.txt # 忽略 doc/ 目录及其所有子目录下的 .pdf 文件 doc/**/* --staged 命令。 这条命令将比对已暂存文件与最后一次提交的文件差异: $ git diff --staged diff --git a/README b/README new file mode 100644 index 0000000..03902a1 --- /dev/null +++ b/README @@ -0,0 +1 @@ +My Project 请注意,git diff speed" [master 463dc4f] Story 182: Fix benchmarks for speed 2 files changed, 2 insertions(+) create mode 100644 README 好,现在你已经创建了第一个提交! 可以看到,提交后它会告诉你,当前是 在哪个分支(master)提交的,本次提交的完整 SHA-1 校验和是什么 (463dc40 码力 | 670 页 | 13.59 MB | 1 年前3 Pro Git 中文版 第2版 2.1.66但跟踪所有的 lib.a,即便你在前面忽略了 .a 文件 !lib.a # 只忽略当前目录下的 TODO 文件,而不忽略 subdir/TODO /TODO # 忽略任何目录下名为 build 的文件夹 build/ # 忽略 doc/notes.txt,但不忽略 doc/server/arch.txt doc/*.txt # 忽略 doc/ 目录及其所有子目录下的 .pdf 文件 doc/**/* --staged 命令。 这条命令将比对已暂存文件与最后一次提交的文件差异: $ git diff --staged diff --git a/README b/README new file mode 100644 index 0000000..03902a1 --- /dev/null +++ b/README @@ -0,0 +1 @@ +My Project 请注意,git diff speed" [master 463dc4f] Story 182: Fix benchmarks for speed 2 files changed, 2 insertions(+) create mode 100644 README 好,现在你已经创建了第一个提交! 可以看到,提交后它会告诉你,当前是 在哪个分支(master)提交的,本次提交的完整 SHA-1 校验和是什么 (463dc40 码力 | 670 页 | 13.59 MB | 1 年前3
 git 操作手册commit -m "msgxxx" #将暂存区提交到仓库区(commit为提交操作),- m后指定本次提交的说明信息 1 file changed, 1 inser�on(+) create mode 100644 main.py # git log #查看提交记录;显示完整的hash值 commit 7b8ff6902bf14780a40 码力 | 35 页 | 1.69 MB | 1 年前3 git 操作手册commit -m "msgxxx" #将暂存区提交到仓库区(commit为提交操作),- m后指定本次提交的说明信息 1 file changed, 1 inser�on(+) create mode 100644 main.py # git log #查看提交记录;显示完整的hash值 commit 7b8ff6902bf14780a40 码力 | 35 页 | 1.69 MB | 1 年前3
共 7 条
- 1














 
 