Skip to content

Commit

Permalink
doc: Update usage & options in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jhermsmeier committed May 22, 2020
1 parent bbecd3c commit cf36325
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,21 @@ $ npm install --global git-branch-select
## Usage

```sh
$ git branch-select [search]
$ git branch-select [options] [search]
# Alias it in your .gitconfig for added convenience,
# for example: bs = branch-select
```

```
Options:
--version, -v Show version
--help, -h Show usage help
--local, -l List local branches only
--remote, -r List remote branches only
--tags, -t List tags
```

```
~/C/node-bencode (bignum-support) $ git branch-select
? Select a branch: ›
Expand Down

0 comments on commit cf36325

Please sign in to comment.