Learn
search
Ctrlk
  • 前言
  • pythonchevron-right
  • SQLchevron-right
  • Dockerchevron-right
  • Markdownchevron-right
  • Gitchevron-right
    • 基础chevron-right
      • 1.简介
      • 2.Git 安装
      • 3.Git 配置
      • 4.Git 工作流程
      • 5.Git 基本操作chevron-right
    • 进阶chevron-right
    • 扩展chevron-right
  • GitBookchevron-right
gitbook由 GitBook 提供支持
block-quote在本页chevron-down
  1. Git

基础

  • 1.简介

  • 2.Git 安装

  • 3.Git 配置

  • 4.Git 工作流程

  • 5.Git 基本操作

    • 创建仓库

      • git init

      • git clone

    • 提交与修改

      • git add

      • git statusarrow-up-right

      • git diff

      • git commit

      • git reset

      • git rm

      • git mv

    • 分支管理

      • git branch

      • git checkout

      • git merge

    • 远程操作

      • git remote

      • git fetch

      • git pull

      • git push

    • 标签

      • git tag

    • 提交日志

      • git log

      • git blame

上一页Gitchevron-left下一页1.简介chevron-right

最后更新于3年前