1
0

Git:进阶

This commit is contained in:
周中平 2022-09-13 16:13:32 +08:00
parent ea75dec9ce
commit a8f9b6b037
No known key found for this signature in database
GPG Key ID: B1DF9DD42D8E00DC
6 changed files with 65 additions and 9 deletions

View File

@ -0,0 +1,8 @@
{
"label": "进阶",
"position": 2,
"link": {
"type": "generated-index",
"title": "进阶"
}
}

View File

@ -0,0 +1,12 @@
---
title: 参考手册
description: Git 参考手册
keywords:
- Git
- 参考手册
tags:
- Git
sidebar_position: 5
author: 7Wate
date: 2022-09-13
---

View File

@ -1,10 +1,17 @@
---
id: 常用命令
title: 常用命令
sidebar_position: 6
data: 2022年6月16日
title: 命令示例
description: Git 命令示例
keywords:
- Git
- 命令示例
tags:
- Git
sidebar_position: 4
author: 7Wate
date: 2022-09-13
---
## 配置相关
省略 `--global` 参数代表仅本项目生效

View File

@ -1,12 +1,16 @@
---
id: 工作流
title: 工作流
sidebar_position: 4
data: 2022年1月13日
description: Git 协作工作流
keywords:
- Git
- 工作流
tags:
- Git
sidebar_position: 2
author: 7Wate
date: 2022-09-13
---
你现在拥有了一个远程 Git 版本库,能为所有开发者共享代码提供服务,在一个本地工作流程下,你也已经熟悉了基本 Git 命令。你现在可以学习如何利用 Git 提供的一些分布式工作流程了。
## 分布式工作流程

View File

@ -0,0 +1,12 @@
---
title: 常用技巧
description: Git 常用技巧
keywords:
- Git
- 技巧
tags:
- Git
sidebar_position: 3
author: 7Wate
date: 2022-09-13
---

View File

@ -0,0 +1,13 @@
---
title: 钩子
description: Git 钩子
keywords:
- Git
- Hook
- 钩子
tags:
- Git
sidebar_position: 1
author: 7Wate
date: 2022-09-13
---