-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
30 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,28 @@ | ||
# Git Green | ||
|
||
[中文](README_zh.md) | [English](README.md) | ||
[中文](README_zh.md) | ||
|
||
## Installation | ||
|
||
downloadable binary form the [releases page][] | ||
|
||
## Precondition | ||
|
||
- Git | ||
- A repository with a clean workspace and upload permissions on the `gh-pages` branch | ||
|
||
## How to use ? | ||
|
||
1. Download | ||
2. Into your repo path | ||
1. Into your repo path | ||
```shell | ||
cd your_repo_path | ||
# e.g. | ||
# cd git-green | ||
``` | ||
3. run command | ||
2. run command | ||
```shell | ||
green | ||
``` | ||
|
||
|
||
[releases page]: https://github.com/wangrunlin/git-green/releases/latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,28 @@ | ||
# Git Green | ||
|
||
[中文](README_zh.md) | [English](README.md) | ||
[English](README.md) | ||
|
||
## 安装 | ||
|
||
从[发布页面][]下载二进制文件 | ||
|
||
## 前置条件 | ||
|
||
- Git | ||
- 一个工作空间干净并且在 `gh-pages` 分支具有上传权限的存储库 | ||
|
||
## 如何使用? | ||
|
||
1. 下载 | ||
2. 进入你的存储库路径 | ||
1. 进入你的存储库路径 | ||
```shell | ||
cd your_repository_path | ||
# 例如: | ||
# cd git-green | ||
``` | ||
3. 运行命令 | ||
2. 运行命令 | ||
```shell | ||
green | ||
``` | ||
|
||
|
||
[发布页面]: https://github.com/wangrunlin/git-green/releases/latest |