I have the following scenario:
.../orig-user/repo # the original repo
.../user2/repo # a fork of above
.../user3/repo # a fork of .../user2/repo
is there any convenient way to "re-home" .../user3/repo
so it becomes a 'direct' fork of .../orig-user/repo
?
Alternatively, is there a simple way for user3
to stay updated without involving user2
?