Skip to content

Update for new branch names

Thomas Braun requested to merge update-readme-for-new-branch-names into main

Old names -> New names

tango-9-lts -> main

master -> tango-v10

The old branches are now gone as well.

To update your local repository do the following:

  • git fetch --all
  • git remote set-head origin main
  • git branch -D tango-9-lts master
Edited by Thomas Braun

Merge request reports