git-school / visualizing-git

:framed_picture: Visualize how common Git operations affect the commit graph

Home Page:http://git-school.github.io/visualizing-git/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git rebase --onto does not work properly

DayGitH opened this issue · comments

The command git rebase --onto master feature feature2 rebases feature where it splits from feature and puts it on master branch when applied to git in an actual repository.

screen shot 2019-02-27 at 12 03 52