From 569280430b427f27f72b1cb7d40ac7fb52fe2f6a Mon Sep 17 00:00:00 2001 From: Jon Leech Date: Sun, 12 Sep 2021 03:16:56 -0700 Subject: [PATCH] Update README to note change of default branch --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 18ec81a..f9004fe 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ Vulkan header files and API registry +## Default branch changed to 'main' 2021-09-12 + +As discussed in #222, the default branch of this repository is now 'main'. This change should be largely transparent to repository users, since github rewrites many references to the old 'master' branch to 'main'. However, if you have a checked-out local clone, you may wish to take the following steps as recommended by github: + +```sh +git branch -m master main +git fetch origin +git branch -u origin/main main +git remote set-head origin -a +``` + ## Repository Content The contents of this repository are largely obtained from other repositories