From c626ab736c1a0d64f8be5ce6da13571be8234b4b 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