Feature #5511
openNew feature to synchronize the fork with the remote repo from the summary page
0%
Description
This will be a very nice feature to have. Right now the users have to pull from the main repo and push to their personal forks.
If this feature is enabled, it will help them to synchronize their forks with ease.
Updated by Daniel D about 6 years ago
Hi,
Thanks for this proposal. This is actually something we've been thinking for some time already. see https://issues.rhodecode.com/issues/2791.
Our thinking was ability to re-set the fork to the state that the fork origin is already in. Meaning pruning additional heads and commits.
What you described in this ticket already is actually possible. Simply edit your fork and set a pull remote url which points to the same rhodecode instance, this way from settings > remote you'll be able to pull the changes from the main repo.
Updated by Daniel D about 6 years ago
- Target version set to v4.15
@Marcin Kuzminski [CTO], lets try to get this into next release. You've been talking about this for some time
Updated by Arun Chandrasekaran about 6 years ago
Daniel, I've already done this, thanks. However it would be great if RC can do this by itself.