How to change the starting point of a branch?
The short answer is that once you have some commits, you want to git rebase them, using the long form of git rebase: git rebase –onto newbase upstream. To find out how to identify each of these, see the (very) long answer below. (Unfortunately, it got a bit out of hand and I do not … Read more