mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
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:
commit
372f33bf50