Hi, I've read the announcement about Gitea and it seems really interesting. So, I was wondering if it is possible (and hopefully easy) to migrate the existing projects that I have in the Git Web App, to a new Gitea installation. asked 06 Jul '18, 21:45 gsarig |
Thanks for the reply. It looks like Gitea has a "New Migration" option which make it really easy. answered 08 Jul '18, 20:39 gsarig |
Yes, you should be able to do that using the git-remote set-url command. You can use Then do something like Running answered 08 Jul '18, 18:09 iliasr ♦♦ |