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

    Git挂钩 安装一个挂钩 客户端挂钩 提交工作流挂钩 E-mail工作流挂钩 其他客户端挂钩 服务器端挂钩 pre-receive 和 post-receive update Git挂钩 和其他版本控制系统一样,当某些重要事件发生时,Git 以调用自定义脚本。有两组挂钩:客户端和服务器端。客户端挂钩用于客户端的操作,如提交和合并。服务...
  • git rebase

    11642 2018-02-27 《阮一峰 Git 教程》
    git rebase 命令行参数 —autosquash —continue -i,—interactive 参考链接 git rebase git rebase 将当前分支移植到指定分支或指定commit之上。 $ git rebase - i < commit > 互动的rebase。 $ git rebase - i...
  • git branch

    9686 2018-02-27 《阮一峰 Git 教程》
    git branch 命令行参数 -d git branch git branch 是分支操作命令。 # 列出所有本地分支 $ git branch # 列出所有本地分支和远程分支 $ git branch - a (1)新建一个分支 直接在git branch 后面跟上分支名,就表示新建该分支。 $ git br...
  • git notes

    git Notes How to Make a Pull Request (PR) Helper Program Step 1. Start With a Synced Fork Checkout 1a. First time 1b. Subsequent times Step 2. Create a Branch Step 3. Prepare ...
  • 使用 Git

    使用 Git Lockfile 合并冲突 使用 Git Lockfile 您应该始终提交Lockfile(pnpm生成的pnpm-lock.yaml 文件)。 这是出于多种原因,主要是: 在 CI 和生产环境中能够更快地完成安装,因为解析依赖的过程可以被跳过。 开发,测试和生产环境之间强制执行一致的安装和解析方案,这意味着测试和生产中使用的包...
  • Git Generator

    Git Generator Git Generator: Directories Exclude directories Root Of Git Repo Git Generator: Files Webhook Configuration 1. Create the webhook in the Git provider 2. Configure...
  • Git Repo

    Git Repo Git Repo artifact in the UI In a trigger In a pipeline stage Git Repo artifact in a pipeline definition Git Repo Git Repo artifacts are references to Git repositori...
  • 安装Git

    1070 2022-09-23 《Git速查手册》
    前言 在Windows上安装 在Mac上安装 在Linux上安装 配置 前言 git 是全版本的软件,下载安装时请选择对应的系统即可 在Windows上安装 前往官网下载对应客户端:https://git-scm.com/downloadsopen in new window 下载完成后默认安装即可,(默认会将git添加到系统环境变量) ...
  • Working with git

    Working with git File Explorer Toolbar File Explorer Tree Working with files in git Working with git Version control is an important aspect of any serious data orchestration ...
  • Working with git

    Working with git File Explorer Toolbar File Explorer Tree Working with files in git Working with git Version control is an important aspect of any serious data orchestration ...