I have the origin branch as master, now I have to make one branch named old-master and make changes and merge commit to it which means for the changes I have to make old-master as origin and do the changes using another new branch i.e the changes should be pushed using new branch and should be merged into old-master
I was using rebase using git but more precise answer would be appreciated !