Gitea v1.21.1 中文文档Gitea 1.12 及以上版本中。 要列出嵌入在 Gitea 可执行文件中的资源,请使用以下语法: 1. gitea embedded list [--include-vendored] [patterns...] --include-vendored 标志使命令包括被供应的文件,这些文件通常被排除在外;即来自外部库的文件,这些文件是 Gitea 所需的(例如 octicons 等)。 {file}] embedded extract [--destination {dir}|--custom] [--overwrite|--rename] [--include- vendored] {patterns...} --config 选项用于告知 Gitea app.ini 配置文件的位置(如果不在默认位置)。此选项仅在使用 -- custom 标志时使用。 --destination Gitea Actions目前不支持此功能。 与GitHub Actions的对比 额外功能 Action URL绝对路径 使用Go编写Actions 不支持的工作流语法 concurrency run-name permissions 和 jobs..permissions jobs. .timeout-minutes jobs 0 码力 | 303 页 | 3.88 MB | 1 年前3
 Pro Git 2nd Edition 2.1.413Workflows Centralized Workflow Integration-Manager Workflow Dictator and Lieutenants Workflow Patterns for Managing Source Code Branches Workflows Summary Contributing to a Project Commit Guidelines stage and commit changes. We’ll also show you how to set up Git to ignore certain files and file patterns, how to undo mistakes quickly and easily, how to browse the history of your project and view changes 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 is an example .gitignore file: $ cat .gitignore *.[oa] *~0 码力 | 731 页 | 21.49 MB | 1 年前3
 Pro Git 2nd Edition 2.1.413 Workflows Centralized Workflow Integration-Manager Workflow Dictator and Lieutenants Workflow Patterns for Managing Source Code Branches Workflows Summary Contributing to a Project Commit Guidelines stage and commit changes. We’ll also show you how to set up Git to ignore certain files and file patterns, how to undo mistakes quickly and easily, how to browse the history of your project and view changes 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 is an example .gitignore file: $ cat .gitignore *.[oa] *~0 码力 | 691 页 | 13.35 MB | 1 年前3
 Pro Git 2nd Edition 2.1.413stage and commit changes. We’ll also show you how to set up Git to ignore certain files and file patterns, how to undo mistakes quickly and easily, how to browse the history of your project and view changes 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 is an example .gitignore file: $ cat .gitignore *.[oa] *~ repository. The rules for the patterns you can put in the .gitignore file are as follows: • Blank lines or lines starting with # are ignored. • Standard glob patterns work, and will be applied recursively0 码力 | 501 页 | 17.96 MB | 1 年前3
 Pro Git 中文版 第2版 2.1.66config 文件包含项目特有的配置 选项。 info 目录包含一个全局性排除(global exclude)文件 , 用以放置那些不希望被记录在 .gitignore 文件中的忽略模式(ignored patterns)。 hooks 目录包含客户端或服务端的钩子脚本(hook scripts), 在 415 Git 钩子 中这部分话题已被详细探讨过。 剩下的四个条目很重要:HEAD 文件、(尚待创建的)index0 码力 | 501 页 | 19.30 MB | 1 年前3
 Pro Git 中文版 第2版 2.1.66文件包含项目特有的配置选项。 info 目录 包含一个全局性排除(global exclude)文件, 用以放置那些不希望被记录在 .gitignore 文件中的忽略模式(ignored patterns)。 hooks 目录包含客户 端或服务端的钩子脚本(hook scripts), 在 Git 钩子 中这部分话题已被详 细探讨过。 剩下的四个条目很重要:HEAD 文件、(尚待创建的)index0 码力 | 670 页 | 13.59 MB | 1 年前3
共 6 条
- 1
 













