Skip to content

Rebase several Git branches on top of each other.

Notifications You must be signed in to change notification settings

bbc2/git-rebase-chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Git-rebase-chain

Rebase several Git branches on top of each other.

Example

> git-rebase-chain master feature-1 depends-on-feature-1
master → feature-1
First, rewinding head to replay your work on top of it...
Applying: Rename variable
Applying: Add feature 1
feature-1 → depends-on-feature-1
First, rewinding head to replay your work on top of it...
Applying: Add feature that depends on feature 1

About

Rebase several Git branches on top of each other.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages