An open API service indexing awesome lists of open source software.

https://github.com/eggmantv/shell_for_dev

Shell在开发中的使用
https://github.com/eggmantv/shell_for_dev

linux python shell

Last synced: about 2 months ago
JSON representation

Shell在开发中的使用

Awesome Lists containing this project

README

          

# Shell在开发中的使用

**[Shell在开发中的使用](http://eggman.tv/c/s-shell-for-dev)**

为了方便在每节课的代码间进行切换,该课程是通过git tag的方式来组织的,就是每节课对应一个git tag。

首先clone该项目

```shell
$git clone git@github.com:eggmantv/shell_for_dev.git
```

切换tag
```shell
$cd shell_for_dev

查看所有标签
$git tag
01
02
...

切换到第一节课的源码
$git checkout 01
```

[蛋人网](https://eggman.tv) EGGMAN.TV