mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-17 13:52:15 +08:00
贡献者相关文档
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
@[TOC]
|
||||
|
||||
### 贡献流程
|
||||
|
||||
@@ -7,6 +6,7 @@
|
||||
#### 1. fork didi/KnowStreaming项目到您的github库
|
||||
|
||||
找到你要Fork的项目,例如 [KnowStreaming](https://github.com/didi/KnowStreaming) ,点击Fork按钮。
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -25,15 +25,18 @@ cd KnowStreaming
|
||||
|
||||
```sh
|
||||
|
||||
### 添加源仓库
|
||||
git remote add upstream https://github.com/didi/KnowStreaming
|
||||
|
||||
### 查看是否添加成功
|
||||
git remote -v
|
||||
|
||||
origin ${your fork KnowStreaming repo address} (fetch)
|
||||
origin ${your fork KnowStreaming repo address} (push)
|
||||
upstream https://github.com/didi/KnowStreaming(fetch)
|
||||
upstream https://github.com/didi/KnowStreaming (push)
|
||||
|
||||
|
||||
### 获取源仓库的基本信息
|
||||
git fetch origin
|
||||
git fetch upstream
|
||||
|
||||
|
||||
Reference in New Issue
Block a user