Default branch is now main

To update your local repository, use these commands

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

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2021-04-29 10:53:32 +10:00
parent 72f747f255
commit c5d6b3f6e8

View file

@ -950,3 +950,7 @@ configure_file(input : 'tools/libinput-quirks.man',
############ output files ############
configure_file(output : 'config.h', configuration : config_h)
warning('*********************************************************************')
warning('This branch is no longer updated. Please switch to the "main" branch.')
warning('*********************************************************************')