Add support for "Git Rebase" feature.
Git Rebase is fairly complex. Initially we could support options,
1) Rebasing a local Branch based of a local/remote branch; ie based on HEAD of the source branch
2) Rebasing a local branch to a specific commit
Issue #8269 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
1 issue link |
is a duplicate of #6001
Issue #6001git - Rebase |
I have implemented the first pass of Git Rebase.