@@ -34,7 +34,6 @@ For contributing to others' projects:
- `origin` renamed to `upstream`
- Selected remotes added from config
-- Pushes default branch to ALL selected remotes (creates fork copies)
```bash
wt c https://github.com/user/repo.git --remote github
@@ -48,7 +47,6 @@ For your own projects:
- First selected remote becomes `origin`
- Additional remotes added as mirrors
-- Pushes only to additional remotes, not the first
```bash
wt c git@github.com:me/my-project.git --remote github --remote gitlab --own