书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 19931 个相关结果.
  • Using GitOps with Linkerd with Argo CD

    Using GitOps with Linkerd with Argo CD Set up the repositories Deploy Argo CD Configure project access and permissions Deploy the applications Deploy cert-manager Deploy Sealed...
  • bundle

    NAME SYNOPSIS DESCRIPTION OPTIONS SPECIFYING REFERENCES EXAMPLES GIT NAME git-bundle - Move objects and refs by archive SYNOPSIS git bundle create <file> < git - r...
  • 开发环境搭建(Windows)

    开发环境搭建(Windows) 开发工具 Git 安装 node 安装 开发环境搭建(Windows) 本章节讲述了使用Choerodon 做前端开发所需要的一些软件依赖,以及如何在Windows 环境下进行安装使用。 开发工具 Git Node.js 8.11.1及以上版本 Git 安装 在 Git 官网 下载对应平台的 G...
  • 开发环境搭建(Windows)

    开发环境搭建(Windows) 开发工具 Git 安装 node 安装 开发环境搭建(Windows) 本章节讲述了使用Choerodon 做前端开发所需要的一些软件依赖,以及如何在Windows 环境下进行安装使用。 开发工具 Git Node.js 8.11.1及以上版本 Git 安装 在 Git 官网 下载对应平台的 G...
  • checkout

    NAME SYNOPSIS DESCRIPTION OPTIONS DETACHED HEAD ARGUMENT DISAMBIGUATION EXAMPLES SEE ALSO GIT NAME git-checkout - Switch branches or restore working tree files SYNOP...
  • 第六小节:Github分支操作

    840 2019-06-22 《前端大宝书》
    Github分支 什么是分支? 分支管理 查看本地分支 查看本地和远程分支 创建分支 切换分支 创建并切换分支 把分支推到远程分支 删除本地分支 删除远程版本 删除远程分支 合并指定分支到当前分支 git reset —hard HEAD~ 删除最近版本,回到上个版本 git reset —hard HEAD 删除新的修改 ...
  • difftool

    404 2020-11-23 《Git Reference》
    NAME SYNOPSIS DESCRIPTION OPTIONS CONFIG VARIABLES SEE ALSO GIT NAME git-difftool - Show changes using common diff tools SYNOPSIS git difftool [< options >] [< comm...
  • 时间机器

    时间机器 时间机器 在test 文件中随意改动,然后提交 git commit - a - m "意外改动" git log ,增加了一条纪录: commit d9b03125921d20482937f43ea0bdbfbfb7fe1745 Author : kardinal < 2999am@gmail . com > ...
  • 创建版本库

    919 2018-11-20 《Git使用手册》
    创建版本库 什么是版本库呢?版本库又名仓库,英文名repository,你可以简单理解成一个目录,这个目录里面的所有文件都可以被Git管理起来,每个文件的修改、删除,Git都能跟踪,以便任何时刻都可以追踪历史,或者在将来某个时刻可以“还原”。 所以,创建一个版本库非常简单,首先,选择一个合适的地方,创建一个空目录: $ mkdir learngit ...
  • Integration

    Kubespray (kubespray) in own ansible playbooks repo Contributing Kubespray (kubespray) in own ansible playbooks repo Fork kubespray repo to your personal/organisation accoun...