diff --git a/skills/managing-and-navigating-worktrees/refs/cloning.md b/skills/managing-and-navigating-worktrees/refs/cloning.md index 5e8b1c39a38e37981d5f1bba8feb14ff1ecd5ca9..4bc03eb7562b1053fd1f86c915978dc569f6bfa0 100644 --- a/skills/managing-and-navigating-worktrees/refs/cloning.md +++ b/skills/managing-and-navigating-worktrees/refs/cloning.md @@ -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