Skip to content

Commit

Permalink
add usage signature
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Jan 5, 2017
1 parent 27e8a83 commit 617cf71
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,18 @@ gox
```

## Usage
```
git-hound [opts] commit [...]
git-hound [opts] sniff [commit]
```

#### Commit
### Commit
```bash
# Scan changes since last commit and pass to git-commit when clean
git hound commit …
```

#### Sniff
### Sniff
```bash
# Scan changes since last commit
git hound sniff HEAD
Expand Down

0 comments on commit 617cf71

Please sign in to comment.