Pro Git 2nd Edition 2.1.413
unreachable, except by the exact commit hash. Thus, if you need to make changes — say you’re fixing a bug on an older version, for instance — you will generally want to create a branch: $ git checkout -b master, testing) Add feature #32 - ability to add new formats to the central interface 34ac2 Fix bug #1328 - stack overflow under certain conditions 98ca9 Initial commit You can see the master and testing change |/ * f30ab Add feature #32 - ability to add new formats to the central interface * 34ac2 Fix bug #1328 - stack overflow under certain conditions * 98ca9 Initial commit of my project Because a branch0 码力 | 731 页 | 21.49 MB | 1 年前3Pro Git 2nd Edition 2.1.413
unreachable, except by the exact commit hash. Thus, if you need to make changes — say you’re fixing a bug on an older version, for instance — you will generally want to create a branch: $ git checkout -b -> master, testing) Add feature #32 - ability to add new formats to the central interface 34ac2 Fix bug #1328 - stack overflow under certain conditions 98ca9 Initial commit You can see the master and testing change |/ * f30ab Add feature #32 - ability to add new formats to the central interface * 34ac2 Fix bug #1328 - stack overflow under certain conditions * 98ca9 Initial commit of my project Because a branch0 码力 | 501 页 | 17.96 MB | 1 年前3Pro Git 2nd Edition 2.1.413
unreachable, except by the exact commit hash. Thus, if you need to make changes — say you’re fixing a bug on an older version, for instance — you will generally want to create a branch: $ git checkout -b master, testing) Add feature #32 - ability to add new formats to the central interface 34ac2 Fix bug #1328 - stack overflow under certain conditions 98ca9 Initial commit You can see the master and testing change |/ * f30ab Add feature #32 - ability to add new formats to the central interface * 34ac2 Fix bug #1328 - stack overflow under certain conditions * 98ca9 Initial commit of my project Because a branch0 码力 | 691 页 | 13.35 MB | 1 年前3Gitea v1.21.1 中文文档
式编写workflows,也可以重⽤⼤量的已有的 Actions 插件。Actions 插件支持从任意的 Git 网站中下 载。 项目管理:Gitea 通过看板和⼯单来跟踪⼀个项⽬的需求,功能和bug。⼯单⽀持分支,标签、⾥程碑、 指 派、时间跟踪、到期时间、依赖关系等功能。 制品库: Gitea支持超过 20 种不同种类的公有或私有软件包管理,包括:Cargo, Chef, Composer [WIP]: 在拉取请求标题中用于标记工作正在进行中的前缀列表。 这些前 缀在不区分大小写的情况下进行匹配。 CLOSE_KEYWORDS : close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved: 在拉取请求评论中用于自动关闭相关问题的关键词列表。 REOPEN_KEYWORDS : reopen, reopens 设置为 image 并且没有上传图像)。 默认项目看板的模板: PROJECT_BOARD_BASIC_KANBAN_TYPE : 待办,进行中,已完成 PROJECT_BOARD_BUG_TRIAGE_TYPE : 待分析,高优先级,低优先级,已关闭 ENABLED : true: 是否允许用户上传附件。 ALLOWED_TYPES : .csv,.docx,.fodg,0 码力 | 303 页 | 3.88 MB | 1 年前3Pro Git 中文版 第2版 2.1.66
master, testing) add feature #32 - ability to add new formats to the central interface 34ac2 Fixed bug #1328 - stack overflow under certain conditions 98ca9 The initial commit of my project 正如你所见,当前 master (testing) made a change |/ * f30ab add feature #32 - ability to add new formats to the * 34ac2 fixed bug #1328 - stack overflow under certain conditions * 98ca9 initial commit of my project 由于 Git 的分支实质上仅是包含所指对象校验和(长度为 测试稳定性——这些分支不必保持绝对稳定,但是一旦达到稳定状态,它们就可以被合并入 master 分支了。 这 样,在确保这些已完成的主题分支(短期分支,比如之前的 iss53 分支)能够通过所有测试,并且不会引入更 多 bug 之后,就可以合并入主干分支中,等待下一次的发布。 事实上我们刚才讨论的,是随着你的提交而不断右移的指针。 稳定分支的指针总是在提交历史中落后一大截, 而前沿分支的指针往往比较靠前。 图表 260 码力 | 501 页 | 19.30 MB | 1 年前3Pro Git 中文版 第2版 2.1.66
master, testing) add feature #32 - ability to add new formats to the central interface 34ac2 Fixed bug #1328 - stack overflow under certain conditions 98ca9 The initial commit of my project 正如你所见,当前 master (testing) made a change |/ * f30ab add feature #32 - ability to add new formats to the * 34ac2 fixed bug #1328 - stack overflow under certain conditions * 98ca9 initial commit of my project 由于 Git 的分支实质上仅是包含所指对象校验和(长度为 性——这些分支不必保持绝对稳定,但是一旦达到稳定状态,它们就可以被合 并入 master 分支了。 这样,在确保这些已完成的主题分支(短期分支,比如 之前的 iss53 分支)能够通过所有测试,并且不会引入更多 bug 之后,就可 以合并入主干分支中,等待下一次的发布。 事实上我们刚才讨论的,是随着你的提交而不断右移的指针。 稳定分支的指 针总是在提交历史中落后一大截,而前沿分支的指针往往比较靠前。 图表0 码力 | 670 页 | 13.59 MB | 1 年前3
共 6 条
- 1