Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WindomZ committed Sep 4, 2018
1 parent 91b915f commit 680772a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# gituser.js
```
______ _____ _______ _ _ _______ _______ ______
| ____ | | | | |______ |______ |_____/
|_____| __|__ | |_____| ______| |______ | \_
```

[![Greenkeeper badge](https://badges.greenkeeper.io/WindomZ/gituser.js.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/WindomZ/gituser.js.svg?branch=master)](https://travis-ci.org/WindomZ/gituser.js)
Expand All @@ -22,9 +29,9 @@
npm install -g gituser
```

## CLI Usage
## Usage

```
```bash
$ gituser -h

Usage: gituser [options] [command]
Expand All @@ -51,7 +58,7 @@ $ gituser -h

For more help, see [Example](#example)

## Example
## Examples

```bash
gituser add WindomZ WindomZ@users.noreply.github.com # Save 'WindomZ' into lists
Expand All @@ -65,10 +72,6 @@ gituser unset # Unset local git user con
gituser show # Displays the local git user configuration
```

## Related

[WindomZ/gituser](https://github.com/WindomZ/gituser) - Written in **Go**

## Contributing

Welcome to pull requests, report bugs, suggest ideas and discuss **gituser.js**,
Expand Down
15 changes: 9 additions & 6 deletions README_Ch-zh.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# gituser.js
```
______ _____ _______ _ _ _______ _______ ______
| ____ | | | | |______ |______ |_____/
|_____| __|__ | |_____| ______| |______ | \_
```

[![Greenkeeper badge](https://badges.greenkeeper.io/WindomZ/gituser.js.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/WindomZ/gituser.js.svg?branch=master)](https://travis-ci.org/WindomZ/gituser.js)
Expand All @@ -24,7 +31,7 @@ npm install -g gituser

## CLI用法

```
```bash
$ gituser -h

Usage: gituser [options] [command]
Expand Down Expand Up @@ -65,10 +72,6 @@ gituser unset # 清除当前git用户和
gituser show # 打印展示当前git用户和邮箱
```

## 相关

[WindomZ/gituser](https://github.com/WindomZ/gituser) - 通过**Go**编写实现

## 贡献

欢迎fork和PRs,或者在[issues page](https://github.com/WindomZ/gituser.js/issues)提交BUG,
Expand Down

0 comments on commit 680772a

Please sign in to comment.