aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJon Leech <[email protected]>2021-09-12 03:16:56 -0700
committerGitHub <[email protected]>2021-09-12 03:16:56 -0700
commit569280430b427f27f72b1cb7d40ac7fb52fe2f6a (patch)
tree30a7f2dd8d74c7e4305167efae7b1a3a566248b7 /README.md
parent4fee3efc189c83ccd26a9cd8265185c98458c94d (diff)
downloadVulkan-Headers-569280430b427f27f72b1cb7d40ac7fb52fe2f6a.tar.gz
Vulkan-Headers-569280430b427f27f72b1cb7d40ac7fb52fe2f6a.zip
Update README to note change of default branch
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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