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在开发中的使用
- Host: GitHub
- URL: https://github.com/eggmantv/shell_for_dev
- Owner: eggmantv
- Created: 2017-05-16T09:06:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T08:30:36.000Z (about 9 years ago)
- Last Synced: 2025-03-16T12:42:33.895Z (over 1 year ago)
- Topics: linux, python, shell
- Language: Python
- Homepage: https://eggman.tv/c/s-shell-for-dev
- Size: 42 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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