From 8f1795f9115bfb71cf143cea43bcb102b6c5c3ea Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 27 Apr 2021 18:27:43 +0100 Subject: [PATCH] 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 Signed-off-by: Daniel Stone