mirror of
https://github.com/jwasham/coding-interview-university.git
synced 2025-07-12 01:31:48 +08:00
docs: synchronous update
This commit is contained in:
@ -184,19 +184,15 @@
|
|||||||
|
|
||||||
## 如何使用它
|
## 如何使用它
|
||||||
|
|
||||||
下面所有的东西都只是一个概述。因此,你需要由上而下逐一地去处理它。
|
|
||||||
|
|
||||||
在学习过程中,我使用 GitHub 特殊语法的 markdown 去检查计划的进展,包括使用包含任务进度的任务列表。
|
在学习过程中,我使用 GitHub 特殊语法的 markdown 去检查计划的进展,包括使用包含任务进度的任务列表。
|
||||||
|
|
||||||
创建一个新的分支,以便你可以像这样去勾选计划的进展:直接往方括号中填写一个字符 x 即可:[x]。
|
下面所有的东西都只是一个概述。因此,你需要由上而下逐一地去处理它。
|
||||||
|
|
||||||
```sh
|
1. 通过单击 Fork 按钮来 fork GitHub 仓库:`https://github.com/jwasham/coding-interview-university`
|
||||||
Fork 一个分支,并跟随以下的指令
|
|
||||||
```
|
|
||||||
|
|
||||||
通过单击 Fork 按钮来 fork GitHub 仓库:[jwasham/coding-interview-university](https://github.com/jwasham/coding-interview-university)
|

|
||||||
|
|
||||||
克隆项目到本地
|
2. 克隆项目到本地:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone git@github.com:<your_github_username>/coding-interview-university.git
|
git clone git@github.com:<your_github_username>/coding-interview-university.git
|
||||||
@ -206,7 +202,7 @@ git remote add jwasham https://github.com/jwasham/coding-interview-university
|
|||||||
git fetch --all
|
git fetch --all
|
||||||
```
|
```
|
||||||
|
|
||||||
在你完成了一些修改后,在框框中打 x
|
3. 在你完成了一些修改后,在框框中打 x:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git add .
|
git add .
|
||||||
|
Reference in New Issue
Block a user