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

https://github.com/ahpex/git-tools

Create fake git commits to experiment with your own git repositories
https://github.com/ahpex/git-tools

fake-data git repository

Last synced: 2 months ago
JSON representation

Create fake git commits to experiment with your own git repositories

Awesome Lists containing this project

README

          

# Git Tools

## Installation

### Prerequisites

[rustup](https://rustup.rs) needs to be installed.

### Steps

1. Clone this repository
2. Run `cargo build` in the root folder

## CLI Tools

- [git-branch-stale](./git-branch-stale/README.md) - Lists branches sorted by last commit age
- [git-cherrypick-mine](./git-cherrypick-mine/README.md) - Lists user commits for cherry-picking to main
- [git-fake-commit](./git-fake-commit/README.md) - Creates dummy commits for testing
- [git-file-commit-report](./git-file-commit-report/README.md) - Reports commits and modified files between SHAs
- [git-first-mention](./git-first-mention/README.md) - Finds first mention of a string in history
- [git-issues-in-progress](./git-issues-in-progress/README.md) - Shows recent issues from commit messages
- [git-merge-driver-packagejson](./git-merge-driver-packagejson/README.md) - Merges package.json files intelligently
- [git-recent-branch](./git-recent-branch/README.md) - Shows recent branches with interactive selection
- [git-tag-fork-point](./git-tag-fork-point/README.md) - Tags branch fork points from main

## License

This project is licensed under the MIT License.