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

    405 2020-11-23 《Git Reference》
    NAME SYNOPSIS DESCRIPTION OPTIONS EXAMPLES SEARCH STRATEGY BUGS GIT NAME git-describe - Give an object a human readable name based on an available ref SYNOPSIS git de...
  • Releasing

    Release Guide Prerequisites MacOS users Major and Minor releases Before starting 1. Create and push a release commit 2. Create and merge a new PR 3. Unlock the master branch...
  • Workflows

    313 2020-11-23 《Git Reference》
    NAME SYNOPSIS DESCRIPTION SEPARATE CHANGES MANAGING BRANCHES Graduation Merging upwards Topic branches Throw-away integration Branch management for a release Maintenance b...
  • submodule

    NAME SYNOPSIS DESCRIPTION COMMANDS OPTIONS FILES SEE ALSO GIT NAME git-submodule - Initialize, update or inspect submodules SYNOPSIS git submodule [-- quiet ] [--...
  • pull

    NAME SYNOPSIS DESCRIPTION OPTIONS Options related to merging Options related to fetching GIT URLS REMOTES Named remote in configuration file Named file in $GIT_DIR/remotes ...
  • 开发环境搭建(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...
  • 3.5 远程分支

    3.5 Git 分支 - 远程分支 远程分支 推送 跟踪分支 拉取 删除远程分支 3.5 Git 分支 - 远程分支 远程分支 远程引用是对远程仓库的引用(指针),包括分支、标签等等。你可以通过 git ls-remote (remote) 来显式地获得远程引用的完整列表,或者通过 git remote show (remote) ...
  • verify-pack

    379 2020-11-23 《Git Reference》
    NAME SYNOPSIS DESCRIPTION OPTIONS OUTPUT FORMAT GIT NAME git-verify-pack - Validate packed Git archive files SYNOPSIS git verify - pack [- v |-- verbose ] [- s |-- s...
  • 1.4 贡献者协作

    1.4 贡献者协作 1.4.1 Fork 代码 1.4.2 Clone 代码 1.4.3 创建 feature 分支 1.4.4 同步代码 1.4.5 提交 commit 1.4.6 提交 PR 1.4 贡献者协作 准备工作: 如果你没有github账号, 您需要申请一个Github账号, 接下来可以继续下一步. 1.4.1 For...