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

    399 2020-11-23 《Git Reference》
    NAME SYNOPSIS DESCRIPTION COMMANDS OPTIONS DISCUSSION EXAMPLES SEE ALSO GIT NAME git-stash - Stash the changes in a dirty working directory away SYNOPSIS git stash l...
  • 标签

    标签 # 列出所有tag $ git tag # 新建一个tag在当前commit $ git tag [ tag ] # 新建一个tag在指定commit $ git tag [ tag ] [ commit ] # 删除本地tag $ git tag - d [ tag ] # 删除远程ta...
  • Matrix Generator

    Matrix Generator Example: Git Directory generator + Cluster generator Restrictions Matrix Generator The Matrix generator combines the parameters generated by two child generat...
  • 如何贡献

    参与贡献 参与贡献 贡献者 名单 。 区块链技术自身仍在快速发展中,生态环境也在蓬勃成长。 本书源码开源托管在 Github 上,欢迎参与维护:github.com/yeasy/blockchain_guide 。 首先,在 GitHub 上 fork 到自己的仓库,如 docker_user/blockchain_guide ,然后 clo...
  • Push Options

    1662 2020-07-27 《Gitlab 中文文档》
    Push Options Push Options Push options for GitLab CI/CD Push options for merge requests Useful Git aliases Merge when pipeline succeeds alias Push Options 原文:https://docs...
  • Migrating from ClearCase

    1177 2020-07-27 《Gitlab 中文文档》
    Migrating from ClearCase Migrating from ClearCase Why migrate How to migrate Migrating from ClearCase 原文:https://docs.gitlab.com/ee/user/project/import/clearcase.html ...
  • Github提交PR

    Github提交PR Github 远程仓库 Git 贡献指南 Github 提交 PR 合并 PR 拒绝 PR Github提交PR 本文将引导您通过 Git 贡献 RocketMQ Github 远程仓库 本小节作为前置知识,简要说明使用 Git 贡献 RocketMQ 原因,有相关基础的同学可以自行跳过 首先您需要自行了解 Git...
  • gitmodules

    459 2020-11-23 《Git Reference》
    NAME SYNOPSIS DESCRIPTION EXAMPLES SEE ALSO GIT NAME gitmodules - Defining submodule properties SYNOPSIS $GIT_WORK_DIR/.gitmodules DESCRIPTION The .gitmodules file,...
  • Packfiles

    Packfiles Packfiles 我们再来看一下 test Git 仓库。目前为止,有 11 个对象 ── 4 个 blob,3 个 tree,3 个 commit 以及一个 tag: $ find . git / objects - type f . git / objects / 01 / 55eb4229851634a0f03e...
  • 远程仓库的使用

    远程仓库的使用 查看当前的远程库 添加远程仓库 从远程仓库抓取数据 推送数据到远程仓库 查看远程仓库信息 远程仓库的删除和重命名 远程仓库的使用 要参与任何一个 Git 项目的协作,必须要了解该如何管理远程仓库。远程仓库是指托管在网络上的项目仓库,可能会有好多个,其中有些你只能读,另外有些可以写。同他人协作开发某个项目时,需要管理这些远程...