书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 15863 个相关结果.
  • Inserting and updating data with REPLACE

    Inserting and updating data with REPLACE Inserting and updating data with REPLACE Add data to the table using REPLACE INTO : Note We assume that you already created tables in...
  • Contributing to the Upstream Kubernetes Code

    Contributing to the Upstream Kubernetes Code Before you begin The big picture Cloning the Kubernetes repository Editing the Kubernetes source code Making changes to the upstream...
  • EditorVCSInterface

    EditorVCSInterface Description Methods Method Descriptions EditorVCSInterface Inherits: Object Version Control System (VCS) interface which reads and writes to the local ...
  • Contributing to Antrea

    Developer Guide Getting Started Accounts Setup Contribute Git Client Hooks GitHub Workflow Getting reviewers Getting your PR verified by CI Cherry-picks to release branches ...
  • show

    361 2020-11-23 《Git Reference》
    NAME SYNOPSIS DESCRIPTION OPTIONS PRETTY FORMATS COMMON DIFF OPTIONS Generating patch text with -p Combined diff format EXAMPLES DISCUSSION GIT NAME git-show - Show v...
  • Managing Transactions

    Managing Transactions Context manager Decorator Nesting Transactions Explicit transaction Explicit Savepoints Autocommit Mode Managing Transactions Peewee provides severa...
  • 开发和提交代码

    开发和提交代码 安装环境 获取代码 编译和测试 安装 go tools 语法格式检查 编译 peer 生成 Docker 镜像 执行所有的检查和测试 执行单元测试 执行 BDD 测试 提交代码 完整流程 开发和提交代码 安装环境 推荐在 Linux(如 Ubuntu 14.04+)或 MacOS 环境中开发代码,并安装如下...
  • Release Instructions

    Antrea Release Process Antrea Release Process This file documents the list of steps to perform to create a new Antrea release. We use <TAG> as a placeholder for the release tag...
  • Merges 签名

    Merges 签名 Merges 签名 git merge 命令可以在合并没有使用 --verify-signatures 命令带有不可信 GPG 签名的 commit/branch 时检查和拒绝 如果被合并的分支中有任何没有被有效签名认证的提交,合并将不会继续。 Merge commit 本身也是可以被签名的(使用 -S ): ❯ gi...