Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukahartwig authored Jan 18, 2022
1 parent 3204a56 commit 88449eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ A tool to generate random commits in a git repository.
## Install

```bash
> go get github.com/lukahartwig/git-generate
go get github.com/lukahartwig/git-generate
```

## Usage

```bash
> git init
> git-generate -c 5
> git log --oneline
git init
git-generate -c 5
git log --oneline
```

Will result in the following output:
Expand Down

0 comments on commit 88449eb

Please sign in to comment.