Pro Git 2nd Edition 2.1.413. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 492 Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . information about what will go into your next commit. Its technical name in Git parlance is the “index”, but the phrase “staging area” works just as well. The Git directory is where Git stores the metadata the working tree (same as --no -all) --refresh don't add, only refresh the index --ignore-errors just skip files which cannot be added because of errors 24 --ignore-missing0 码力 | 501 页 | 17.96 MB | 1 年前3
Pro Git 2nd Edition 2.1.413information about what will go into your next commit. Its technical name in Git parlance is the “index”, but the phrase “staging area” works just as well. The Git directory is where Git stores the metadata the working tree (same as --no- all) --refresh don't add, only refresh the index --ignore-errors just skip files which cannot be added because of errors --ignore-missing type git diff with no other arguments: $ git diff diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ebb991..643e24f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,8 @@ branch directly0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 information about what will go into your next commit. Its technical name in Git parlance is the “index”, but the phrase “staging area” works just as well. The Git directory is where Git stores the metadata the working tree (same as --no- all) --refresh don't add, only refresh the index --ignore-errors just skip files which cannot be added because of errors --ignore-missing type git diff with no other arguments: $ git diff diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ebb991..643e24f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,8 @@ branch directly0 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66removed in the working tree (same as --no-all) --refresh don't add, only refresh the index --ignore-errors just skip files which cannot be added because of errors --ignore-missing 要查看尚未暂存的文件更新了哪些部分,不加参数直接输入 git diff: $ git diff diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ebb991..643e24f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,8 @@ branch directly 这条命令将比对已暂存 文件与最后一次提交的文件差异: 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 本身只显示尚未暂存的改动,而不是自上次提交以来所做的所有改动。0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66removed in the working tree (same as --no-all) --refresh don't add, only refresh the index --ignore-errors just skip files which cannot be added because of errors --ignore-missing 要查看尚未暂存的文件更新了哪些部分,不加参数直接输入 git diff: $ git diff diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ebb991..643e24f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,8 @@ branch directly 这条命令将比对已暂存文件与最后一次提交的文件差异: $ 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 本身只显示尚未暂存的改动,而不是自上次提交以来所做的0 码力 | 670 页 | 13.59 MB | 1 年前3
Gitea v1.21.1 中文文档个域,例如 https://cdn.example.com . 请求会变成 %(ROOT_URL)s/static/assets/css/index.css 或 https://cdn.example.com/assets/css/index.css 静态文件位于Gitea源代码仓库的 public/ 目录中。 您可以 将 STATIC_URL_PREFIX 请求代理到 Gitea server ) 配置说明 - 92 - 本文档使用 书栈网 · BookStack.CN 构建 保 $STATIC_URL_PREFIX/assets/css/index.css 指向 /var/www/assets/css/index.css 。 HTTP_ADDR : 0.0.0.0:HTTP 监听地址。 如果 PROTOCOL 设置为 fcgi ,Gitea 将在由 HTTP_ADDR Golang 的 text/template。 有关语法的详细信息,请参阅链接的文档。 主题构建的步骤如下: 根据通知类型和可用的模板选择一个模板。 解析并解析模板(例如,将 {{.Issue.Index}} 转换为工单或合并请求的编号)。 将所有空格字符(例如 TAB , LF 等)转换为普通空格。 删除所有前导、尾随和多余的空格。 将字符串截断为前 256 个字母(字符)。 如0 码力 | 303 页 | 3.88 MB | 1 年前3
共 6 条
- 1













