mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
8 lines
186 B
Markdown
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
|
|
```
|