Announcement: Development branch of nautilus changed from `master` to `main`

Background: RFC: Default to 'main' branch name for *NEW* repos in gitlab.gnome.org

The default development branch of nautilus has been renamed to main. To
update your local checkout, use:

git checkout master
git branch -m master main
git fetch
git branch --unset-upstream
git branch -u origin/main
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main
3 Likes

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.