mesa-demos: NOTE! Default branch is now mainmaster
commitbd4d268dd820f9660c024b3b81681cd9a9606db8
authorJordan Justen <jordan.l.justen@intel.com>
Mon, 2 Aug 2021 08:15:14 +0000 (2 01:15 -0700)
committerJordan Justen <jordan.l.justen@intel.com>
Mon, 2 Aug 2021 22:31:38 +0000 (2 15:31 -0700)
treed2caafad9dd8c029a57e2fcba106cb73f0320fa2
parent0f9e7d995a14f15666600fc8598f941b619d82fe
mesa-demos: NOTE! Default branch is now main

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: Dave Airlie <airlied@redhat.com>