Git:进阶
This commit is contained in:
parent
ea75dec9ce
commit
a8f9b6b037
8
wiki/dev/Git/进阶/_category_.json
Normal file
8
wiki/dev/Git/进阶/_category_.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"label": "进阶",
|
||||
"position": 2,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"title": "进阶"
|
||||
}
|
||||
}
|
12
wiki/dev/Git/进阶/参考手册.md
Normal file
12
wiki/dev/Git/进阶/参考手册.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: 参考手册
|
||||
description: Git 参考手册
|
||||
keywords:
|
||||
- Git
|
||||
- 参考手册
|
||||
tags:
|
||||
- Git
|
||||
sidebar_position: 5
|
||||
author: 7Wate
|
||||
date: 2022-09-13
|
||||
---
|
@ -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` 参数代表仅本项目生效
|
@ -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 提供的一些分布式工作流程了。
|
||||
|
||||
## 分布式工作流程
|
12
wiki/dev/Git/进阶/常用技巧.md
Normal file
12
wiki/dev/Git/进阶/常用技巧.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: 常用技巧
|
||||
description: Git 常用技巧
|
||||
keywords:
|
||||
- Git
|
||||
- 技巧
|
||||
tags:
|
||||
- Git
|
||||
sidebar_position: 3
|
||||
author: 7Wate
|
||||
date: 2022-09-13
|
||||
---
|
13
wiki/dev/Git/进阶/钩子.md
Normal file
13
wiki/dev/Git/进阶/钩子.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: 钩子
|
||||
description: Git 钩子
|
||||
keywords:
|
||||
- Git
|
||||
- Hook
|
||||
- 钩子
|
||||
tags:
|
||||
- Git
|
||||
sidebar_position: 1
|
||||
author: 7Wate
|
||||
date: 2022-09-13
|
||||
---
|
Loading…
Reference in New Issue
Block a user