Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 478 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 478 Bytes

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:

curl -sSL https://raw.githubusercontent.com/joakimunge/git-rebasex/main/install.sh | bash

Make it executable

chmod +x /usr/local/bin/git-rebasex

Usage

git rebasex main