Hey all,
if one forks a complex repo, let the fork sit for a month, and then
want to update to to match upstream exactly (with all tags, branches,
etc.), what's the proper way?

Removing and recreating the fork sounds dangerous, gitlab might not
want to let me recreate it (I've seen reports of this).

I've been using the traditional sequence; is this the shortest way?
   mkdir tmp
   cd tmp
   git clone --mirror git@upstreamrepo...
   cd repo...
   git push --mirror git@forkrepo...

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/CAPF-yOZ_mpgetW3R5Z_5ZbWhiA2FAzbOwNDe1auvtnuQTYM59g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to