书栈网 · BookStack 本次搜索耗时 0.043 秒,为您找到 16090 个相关结果.
  • Tracking and Deployment Strategies

    Tracking and Deployment Strategies Helm Git HEAD / Branch Tracking Tag Tracking Commit Pinning Tracking and Deployment Strategies An Argo CD application spec provides sever...
  • Development Guidelines

    Development guidelines Commit messages guidelines The rules Development guidelines You could be fixing a typo somewhere or churning out an entirely new feature - all of it is...
  • 提交代码

    提交代码 Handling pull requests 提交指南 恢复提交 提交代码 This section is addressed to the committers and to anyone interested in knowinghow code gets committed into Django. If you're a co...
  • Cilium Committer Grant/Revocation Policy

    Cilium Committer Grant/Revocation Policy Expectations for Developers with commit access Pre-requisites Review Git conventions Granting Commit Access Revoking Commit Access Ch...
  • 🐞 Reporting bugs

    Changelog Version 6.0.2 Bugfixes Version 6.0.0 Major Changes Minor changes Changes related with Manticore Columnar Library Packaging-related changes Bugfixes Version 5.0.2...
  • Local development

    813 2019-11-17 《BFE v0.4 Document》
    Guide of local development Requirements of coding Fork Clone Create local branch Use pre-commit hook Start development Build and test Commit Keep the latest local reposito...
  • Git 命令分类

    Git 命令详解 1. 示意图 2. Git 命令分类 2.1. 新建代码库 2.2. 配置 2.3. 增加/删除文件 2.4. 代码提交 2.5. 分支 2.6. 标签 2.7. 查看信息 2.8. 远程同步 2.9. 撤销 2.10. 其他 Git 命令详解 1. 示意图 Workspace:工作区 Index ...
  • Tracking and Deployment Strategies

    Tracking and Deployment Strategies Helm Git HEAD / Branch Tracking Tag Tracking Commit Pinning Tracking and Deployment Strategies An Argo CD application spec provides sever...
  • 6. 用rebase -i 修改提交

    6. 用rebase -i 修改提交 教程3 改写提交! 6. 用rebase -i 修改提交 为了节省时间,这个教程使用现有的历史记录作为本地数据库。 从这里 下载 我们进入stepup-tutorial/tutorial6目录。本地端的历史记录的状态如下图显示。我们在这里修改「添加commit的讲解」的内容。 用rebase -i ...
  • action

    Action 分发 Action 在组件中分发Action 组合 Action Action Action 类似于 mutation,不同在于: Action 提交的是 mutation,而不是直接变更状态。 Action 可以包含任意异步操作。让我们来注册一个简单的 action: import createStore fro...