书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 19931 个相关结果.
  • Make a Change Using a Local Clone

    Make a Change Using a Local Clone Fork the repository Create a local repository and set the upstream repository Update your local repository Create a working branch Test or pre...
  • 2.4 查看仓库状态

    1096 2020-02-04 《Git 菜单》
    检查仓库状态 git status 用法 讨论 忽略文件 栗子 git log 用法 讨论 栗子 检查仓库状态 BY 童仲毅(geeeeeeeeek@github ) 这是一篇在原文(BY atlassian) 基础上演绎的译文。除非另行注明,页面上所有内容采用知识共享-署名(CC BY 2.5 AU )协议共享。 g...
  • Maintenance Notes

    Maintenance Guidelines & DevOps (Internal) Making a ml5 release setup: Overview: Part 1: ml5-library: Part 2: ml5-examples Part 3: ml5-website Part 4: ml5-boilerplate Ma...
  • archive

    412 2020-11-23 《Git Reference》
    NAME SYNOPSIS DESCRIPTION OPTIONS BACKEND EXTRA OPTIONS zip CONFIGURATION ATTRIBUTES EXAMPLES SEE ALSO GIT NAME git-archive - Create an archive of files from a named ...
  • remote

    513 2020-11-23 《Git Reference》
    NAME SYNOPSIS DESCRIPTION OPTIONS COMMANDS DISCUSSION EXAMPLES SEE ALSO GIT NAME git-remote - Manage set of tracked repositories SYNOPSIS git remote [- v | -- ve...
  • Development Workflow

    Development Workflow Step 1 - Fork the repo Step 2 - Clone the repo Step 3 - Keep your branch in sync Step 4 - Coding Step 5 - Commit & Push Development Workflow This docum...
  • 分支

    分支 # 列出所有本地分支 $ git branch # 列出所有远程分支 $ git branch - r # 列出所有本地分支和远程分支 $ git branch - a # 新建一个分支,但依然停留在当前分支 $ git branch [ branch - name ] # 新建一个分支,并切换...
  • gittutorial

    1211 2019-04-02 《Git 中文参考》
    gittutorial 名称 概要 描述 导入新项目 做出改变 Git跟踪内容而不是文件 查看项目历史记录 管理分支机构 使用Git进行协作 探索历史 下一步 也可以看看 GIT gittutorial 原文: https://git-scm.com/docs/gittutorial 名称 gittutoria...
  • Submodules

    351 2020-11-23 《Git Reference》
    NAME SYNOPSIS DESCRIPTION The configuration of submodules FORMS ACTIVE SUBMODULES Workflow for a third party library Workflow for an artificially split repo Implementation ...
  • Version Control

    Using Version Control in VS Code SCM Providers SCM Provider extensions Git support Commit Cloning a repository Branches and Tags Remotes Git Status Bar actions Gutter indic...