mesa: NOTE! Default branch is now main
authorJordan Justen <jordan.l.justen@intel.com>
Mon, 26 Apr 2021 18:54:39 +0000 (11:54 -0700)
committerJordan Justen <jordan.l.justen@intel.com>
Wed, 5 May 2021 19:21:02 +0000 (12:21 -0700)
To update your local repository to use the new default branch, these
commands may help:

$ git fetch origin
$ git checkout master
$ git branch -m main
$ git branch --set-upstream-to=origin/main
$ git remote set-head origin --auto

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>

No differences found