Skip to content

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.

Notifications You must be signed in to change notification settings

joakimunge/git-rebasex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages