
Git(12)– Git 分支 – 分支简介
- 2021 年 8 月 22 日
- 筆記
@ 目录 1、分支简介 1.1、初始化并首次提交 首次提交对象及其树结构: git 的 cat-file 的命令用法: …
Continue Reading@ 目录 1、分支简介 1.1、初始化并首次提交 首次提交对象及其树结构: git 的 cat-file 的命令用法: …
Continue Reading@ 目录 1、列出标签 2、创建标签 2.1、附注标签 2.2、轻量标签 3、后期打标签 4、共享标签 5、删除标签 6 …
Continue Reading@ 目录 1、查看远程仓库:git remote 2、添加远程仓库:git remote add 3、从远程仓库中抓取与 …
Continue Reading@ 目录 1、git clone 2、git log 3、git log -p 4、git log –sta …
Continue Reading@ 目录 1、克隆现有仓库:git clone 2、检查当前文件状态 :git status 3、跟踪新文件:git a …
Continue Reading