I just wanted to ask this to make sure I am doing it correctly, as I don't want to screw up anything.
I created a feature branch (feature1
) off of master and have worked on it. However, I really should have created the branch off of dev.
Is this as simple as doing the following?
git checkout feature1
git rebase dev
There are a couple extra things in dev than are not in master.