ended3월 16일· 1 sources

Git Mirroring During Migrations: `--all` vs `--mirror`

Git 마이그레이션 시 저장소 미러링: `--all` vs `--mirror`

Why it matters

During Git migrations where two platforms coexist, repositories must stay synchronized. The common approach uses `--all` and `--tags` to push branches and tags separately, but `--mirror` pushes the entire reference namespace under `refs/*` including notes, remote-tracking branches, and custom references, while also synchronizing deletions to create an exact replica.

1
Sources
+0
24h
Growth
189d
Active
Git mirroring--mirror--all--tagsrepository migration

Sources

Related Issues