https://github.com/joakimunge/git-rebasex
A Git extension to streamline rebasing by automating common steps. It detects the current branch as the target branch and rebases another branch onto it.
https://github.com/joakimunge/git-rebasex
git git-extension git-rebase git-rebasex rebase
Last synced: 7 months ago
JSON representation
A Git extension to streamline rebasing by automating common steps. It detects the current branch as the target branch and rebases another branch onto it.
- Host: GitHub
- URL: https://github.com/joakimunge/git-rebasex
- Owner: joakimunge
- Created: 2024-11-19T10:36:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T09:24:51.000Z (8 months ago)
- Last Synced: 2025-02-14T10:28:37.155Z (8 months ago)
- Topics: git, git-extension, git-rebase, git-rebasex, rebase
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-rebasex
A Git extension to streamline rebasing by automating common steps. It detects the current branch as the target branch and rebases another branch onto it.
---
## Installation
### Using `curl`
Run the following command to install `git-rebasex`:
```bash
curl -sSL https://raw.githubusercontent.com/joakimunge/git-rebasex/main/install.sh | bash
```## Make it executable
```bash
chmod +x /usr/local/bin/git-rebasex
```### Usage
```bash
git rebasex main
```