Skip to content

Commit

Permalink
omit console
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Jun 29, 2017
1 parent 6a765d8 commit 8b37ca3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This tool provides various handy commands over ghq enabled environment.

List uncommitted changes and unpushed commits over all repositories.

```console
```
$ gst
/Users/uetchy/Repos/src/github.com/uetchy/gst (11 minutes ago)
uncommitted changes
Expand All @@ -28,7 +28,7 @@ unpushed commits

with **--short** option:

```console
```
$ gst --short
/Users/uetchy/Repos/src/github.com/uetchy/ferret
/Users/uetchy/Repos/src/github.com/uetchy/gst
Expand All @@ -46,7 +46,7 @@ Create a git repository.

Before start using 'new' and 'rm' command, You **must** set 'github.user' to .gitconfig with `git config --global github.user <user>`.

```console
```
$ gst new epic-project
/Users/uetchy/Repos/src/github.com/uetchy/epic-project
$ gst new epic-team/epic-project
Expand All @@ -55,7 +55,7 @@ $ gst new epic-team/epic-project

with `cd`, You can jump to created project:

```console
```
$ cd $(gst new epic-project)
```

Expand All @@ -71,7 +71,7 @@ newrepo() {

Remove a git repository.

```console
```
$ gst rm horrible-project
Remove? /Users/uetchy/Repos/src/github.com/uetchy/horrible-project
```
Expand All @@ -80,7 +80,7 @@ Remove? /Users/uetchy/Repos/src/github.com/uetchy/horrible-project

Health-check all repositories.

```console
```
$ gst doctor
[bitbucket.org/uetchy/scent] git remote origin has changed:
Expected: github.com/uetchy/google-cloud-vision-raspi-sample
Expand All @@ -91,7 +91,7 @@ $ gst doctor

`git pull` to all repositories.

```console
```
$ gst update
/Users/uetchy/Repos/src/github.com/uetchy/gst
Already up-to-date.
Expand All @@ -103,14 +103,14 @@ See [releases](https://github.com/uetchy/gst/releases/latest).

macOS:

```console
```
curl -L https://github.com/uetchy/gst/releases/download/v2.0.0/gst_darwin_amd64 > /usr/local/bin/gst
chmod +x /usr/local/bin/gst
```

Linux:

```console
```
curl -L https://github.com/uetchy/gst/releases/download/v2.0.0/gst_linux_amd64 > /usr/local/bin/gst
chmod +x /usr/local/bin/gst
```
Expand All @@ -119,20 +119,20 @@ chmod +x /usr/local/bin/gst

macOS:

```console
```
curl -L https://github.com/uetchy/gst/releases/download/pre-release/gst_darwin_amd64 > /usr/local/bin/gst
chmod +x /usr/local/bin/gst
```

Linux:

```console
```
curl -L https://github.com/uetchy/gst/releases/download/pre-release/gst_linux_amd64 > /usr/local/bin/gst
chmod +x /usr/local/bin/gst
```

### Head build

```console
```
go get github.com/uetchy/gst
```

0 comments on commit 8b37ca3

Please sign in to comment.