From f03f0973ab1a2518ce334dccee7f9ca1d5a55223 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 6 Sep 2021 23:42:42 +0200 Subject: [PATCH] Create branch-rename.md --- .github/branch-rename.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/branch-rename.md diff --git a/.github/branch-rename.md b/.github/branch-rename.md new file mode 100644 index 00000000..77f58332 --- /dev/null +++ b/.github/branch-rename.md @@ -0,0 +1,7 @@ +modernize your local checkout of the repo like so, +```sh +git branch -m master hovudstraum +git fetch origin +git branch -u origin/hovudstraum hovudstraum +git remote set-head origin -a +```