Create branch-rename.md

This commit is contained in:
ed 2021-09-06 23:42:42 +02:00 committed by GitHub
parent 7ec0881e8c
commit f03f0973ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
.github/branch-rename.md vendored Normal file
View file

@ -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
```