-
Ok, I did it on the command line. Would it be hard to do it in the web ui?
-
OneDev repository sync only when source repo can be fast-forwarded to target repo. It does not perform rebase. You may configure a CI job to do the rebase from remote and push the result to server.
-
Previous Value Current Value Open
Closed
| Type |
Question
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
I don't understand the tutorial at https://docs.onedev.io/tutorials/code/sync-guide I just want to rebase my repo to the changes made in the main repo from which I forked from. How do I do this?