Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lukahartwig/git-generate
- Owner: lukahartwig
- License: mit
- Created: 2020-01-25T20:52:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T09:26:31.000Z (over 2 years ago)
- Last Synced: 2024-10-08T08:56:27.570Z (3 months ago)
- Topics: cli, git, golang, presentation-tools
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```