copyparty/.github/branch-rename.md
2021-09-06 23:42:42 +02:00

8 lines
186 B
Markdown

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