https://github.com/kiprasmel/git-reverse-rebase
advanced rebase operations made simple, and without merge conflicts.
https://github.com/kiprasmel/git-reverse-rebase
conflict-resolution git git-rebase
Last synced: about 1 month ago
JSON representation
advanced rebase operations made simple, and without merge conflicts.
- Host: GitHub
- URL: https://github.com/kiprasmel/git-reverse-rebase
- Owner: kiprasmel
- Created: 2024-08-14T01:57:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-11-11T12:22:28.000Z (7 months ago)
- Last Synced: 2025-11-11T14:21:28.142Z (7 months ago)
- Topics: conflict-resolution, git, git-rebase
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-reverse-rebase
advanced rebase operations made simple, and without merge conflicts.
## setup
```sh
yarn
yarn bundle
mv git-reverse-rebase /usr/local/bin/
```