renamed branch "master" to "master-old-20170124" and use branch release-3.0.x as new "master"

-- this is done by doing a merge commit with "ours" strategy which obsoletes
   the branch.

these are the steps I did:

git branch -m master master-old-20170124
git branch master release-3.0.x
git checkout master
git merge -s ours master-old-20170124
This commit is contained in:
Rasika Perera 2017-01-24 21:45:39 +05:30
commit 372f33bf50

Diff Content Not Available