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
- Host: GitHub
- URL: https://github.com/ahpex/git-tools
- Owner: ahpex
- License: mit
- Created: 2024-05-30T14:38:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-01T15:19:57.000Z (5 months ago)
- Last Synced: 2026-02-01T23:15:43.283Z (5 months ago)
- Topics: fake-data, git, repository
- Language: Rust
- Homepage: https://github.com/ahpex/git-fake-commit
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.