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

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.

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
```