Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 225 Bytes

index.md

File metadata and controls

17 lines (11 loc) · 225 Bytes

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.