https://github.com/robinst/git2-rs-rebase-example
Example for doing a (non-interactive) rebase using git2-rs
https://github.com/robinst/git2-rs-rebase-example
Last synced: 6 months ago
JSON representation
Example for doing a (non-interactive) rebase using git2-rs
- Host: GitHub
- URL: https://github.com/robinst/git2-rs-rebase-example
- Owner: robinst
- License: mit
- Created: 2020-05-21T07:14:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T07:20:12.000Z (over 5 years ago)
- Last Synced: 2025-07-12T08:43:38.585Z (6 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git2-rs-rebase-example
Example for doing a (non-interactive) rebase using git2-rs