()
| 15 | } |
| 16 | |
| 17 | func newReplicateCmd() *cobra.Command { |
| 18 | return newSyncLikeCmd("replicate", "Fast-forward-only mirror from source to target", false, gitsync.ModeReplicate) |
| 19 | } |
| 20 | |
| 21 | func newPlanCmd() *cobra.Command { |
| 22 | return newSyncLikeCmd("plan", "Show what a sync or replicate would do without pushing", true, "") |
no test coverage detected