书栈网 · BookStack 本次搜索耗时 0.077 秒,为您找到 16090 个相关结果.
  • 本地开发指南

    本地开发指南 代码要求 Fork 克隆(Clone) 创建本地分支 安装工具集 使用 pre-commit 钩子 使用 license-eye 工具 开始开发 构建和测试 提交(commit) 保持本地仓库最新 Push 到远程仓库 本地开发指南 本文将指导您如何在本地进行代码开发 代码要求 代码注释请遵守 golan...
  • Contribute

    How to contribute Did you find a bug? Code and doc contribution One time setup Create a branch in your fork Code conventions Debug your code Testing Licensing Sign-off commi...
  • 维护及数据恢复

    维护及数据恢复 维护 数据恢复 移除对象 维护及数据恢复 你时不时的需要进行一些清理工作 ── 如减小一个仓库的大小,清理导入的库,或是恢复丢失的数据。本节将描述这类使用场景。 维护 Git 会不定时地自动运行称为 "auto gc" 的命令。大部分情况下该命令什么都不处理。不过要是存在太多松散对象 (loose object, 不在 p...
  • Release notes

    Release notes Scrapy 2.1.0 (2020-04-24) Backward-incompatible changes Deprecation removals Deprecations New features Bug fixes Documentation Quality assurance Scrapy 2.0.1 ...
  • Release notes

    Release notes Scrapy 2.2.1 (2020-07-17) Scrapy 2.2.0 (2020-06-24) Backward-incompatible changes Deprecations New features Bug fixes Documentation Quality assurance Scrapy 2...
  • XA Transaction

    XA Transaction Transaction Begin Execute actual sharding SQL Commit or Rollback XA Transaction XAShardingSphereTransactionManager is XA transaction manager of Apache Shardin...
  • rev-list

    443 2020-11-23 《Git Reference》
    NAME SYNOPSIS DESCRIPTION OPTIONS Commit Limiting History Simplification Bisection Helpers Commit Ordering Object Traversal Commit Formatting PRETTY FORMATS GIT NAME...
  • Git 常用命令及日常问题集锦

    1539 2020-01-02 《Node.js技术栈》
    Git 快速导航 基础命令 分支操作 修改远程仓库地址 远程分支获取最新的版本到本地 拉取远程仓库指定分支到本地 工具类 常见问题 Question1 Answer1 Question2 Answer2 Question3 Answer3 Question4 Answer4 Question5 Answer5 Gi...
  • 提交PR注意事项

    提交PR注意事项 建立 Issue 并完成 Pull Request 签署CLA协议和通过单元测试 签署CLA 通过单元测试 删除远程分支 删除本地分支 提交代码的一些约定 提交PR注意事项 建立 Issue 并完成 Pull Request 建立一个 Issue 描述问题,并记录它的编号。 切换到所建分支,然后点击 New pu...
  • Mutations

    360 2020-12-20 《Vuex v4.0 Document》
    Mutations Commit with Payload Object-Style Commit Using Constants for Mutation Types Mutations Must Be Synchronous Committing Mutations in Components On to Actions Mutati...