Skip to content

Latest commit

 

History

History

git-rebase-recent

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

git rebase-recent

Rebase recent commits with interactive

Git alias:

rebase-recent = !git rebase --interactive $(git remote-ref)

Example:

git rebase-recent

Thanks to jtolds on stackoverflow.