书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 19931 个相关结果.
  • Submodule

    849 2021-02-12 《Modern CMake v3.19》
    Git Submodule Method Bonus: Git version number Git Submodule Method If you want to add a Git repository on the same service (GitHub, GitLab, BitBucket, etc), the following is ...
  • Rebasing a pull request

    Rebasing a pull request Configuring your remotes Rebasing your branch Updating your pull request Getting help rebasing Rebasing a pull request You may find that your pull r...
  • Ceph Release Process

    593 2019-12-29 《Ceph v15.0 Document》
    Ceph Release Process 1. Build environment 2. Setup keyring for signing packages 3. Set up build area 4. Update Build version numbers 5. Create Makefiles 6. Run the release scr...
  • show-ref

    NAME SYNOPSIS DESCRIPTION OPTIONS OUTPUT EXAMPLES FILES SEE ALSO GIT NAME git-show-ref - List references in a local repository SYNOPSIS git show - ref [- q |-- qui...
  • Patches in Electron

    Patches in Electron Patch justification Patch system 用法 Adding a new patch Editing an existing patch Removing a patch 解决冲突 Patches in Electron Electron is built on two ...
  • 如何贡献

    如何贡献代码和文档 开始之前 github或社区提交问题 签署贡献者许可协议(CLA) Step 1:通过GitHub fork仓库 Step 2:将分支克隆到本地 定义pre-commit hook Step 3:分支 Step 4:开发 代码风格 单元测试要求 构建代码时开启单元测试 运行所有单元测试 Step 5:保持分支同步 ...
  • filter-branch

    448 2020-11-23 《Git Reference》
    NAME SYNOPSIS WARNING DESCRIPTION Filters OPTIONS Remap to ancestor EXIT STATUS EXAMPLES CHECKLIST FOR SHRINKING A REPOSITORY PERFORMANCE SAFETY GIT NAME git-filter...
  • skill

    Nodejs Newbie 前端入门的4本书 要求 Tips 编辑器 使用oh-my-zsh 安装ack,命令行查找代码 使用autojump跳转目录 查询文档 学习git用法 Nodejs Newbie linux操作系统和bash编程要会(以后要有一定的服务器部署、运维工作) vi是编辑器,需要会使用 git必须会,目前最火的...
  • Version control systems

    Version control systems Introduction Version control plugins Official Git plugin Files to exclude from VCS Working with Git on Windows Version control systems Introduction...
  • 如何贡献

    如何贡献项目 排版规范 如何贡献项目 领取或创建新的 Issue ,如 issue 235 ,添加自己为 Assignee 。 在 GitHub 上 fork 到自己的仓库,如 docker_user/docker_practice ,然后 clone 到本地,并设置用户信息。 $ git clone git@github . com :...