Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukahartwig/git-generate

Generate random commits in a git repository.
https://github.com/lukahartwig/git-generate

cli git golang presentation-tools

Last synced: 12 days ago
JSON representation

Generate random commits in a git repository.

Awesome Lists containing this project

README

        

# git-generate

A tool to generate random commits in a git repository.

## Install

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

## Usage

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

Will result in the following output:

```txt
e0063c2 (HEAD -> master) Your commit is writing checks your merge can't cash.
9693c03 Push poorly written test can down the road another ten years
35a8d49 bumping poms
fcbf894 changed things...
cbba695 Well the book was obviously wrong.
```