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.
Run the following command to install git-rebasex
:
curl -sSL https://raw.githubusercontent.com/joakimunge/git-rebasex/main/install.sh | bash
chmod +x /usr/local/bin/git-rebasex
git rebasex main